[PATCH] D19676: [MemorySSA] Special case for assume intrinsics.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 14:04:35 PDT 2016


gberry added a comment.

I can give it a shot.  The LICM case might be a false alarm, since I believe it will also check isSafeToSpeculativelyExecute before hoisting/sinking, which should return false for llvm.assume.


http://reviews.llvm.org/D19676





More information about the llvm-commits mailing list