[PATCH] D12875: Stripping invariant.group metadata in CodeGenPrepare
Piotr Padlewski via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 11:08:54 PDT 2015
Prazek added a comment.
Because that what CodeGenPrepare is for right?
Because invariant.group.barrier is just intrinsic for optimizations purposes (like most of them if not all) we don't want to have calls to intrinsics functions in binaries,
so we remove all intrinsics in CodeGenPrepare.
http://reviews.llvm.org/D12875
More information about the llvm-commits
mailing list