arsenm wrote:

> Hi, @paulwalker-arm, ACLE allows users to do instruction-level development, 
> but mixing intrinsic and regular C code may break some of the rules set by 
> the compiler. 

The rules are still there. You can always use a union or copy to avoid 
violating the rules. I don't think it makes sense to special case any 
intrinsics 


https://github.com/llvm/llvm-project/pull/107793
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to