[clang] [TBAA] Emit "omnipotent char" for intrinsics with type cast (PR #107793)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 11 03:06:18 PDT 2024


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


More information about the cfe-commits mailing list