[PATCH] D12709: [PATCH] [sanitizers] [msan] Enable MSAN for aarch64

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 03:54:02 PDT 2015


rengolin added a comment.

Hi Adhemerval,

About named register variables, if you use the variable in a piece of inline asm, it works in LLVM, too. If you just declare it, Clang ignores and LLVM optimises it away.

cheers,
--renato


http://reviews.llvm.org/D12709





More information about the llvm-commits mailing list