[PATCH] D20653: LICM: Do not sink or hoist assume intrinsic calls.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 17:19:21 PDT 2016


pcc added a comment.

Personally I'd be more comfortable with reverting. If we do need special casing at this point, it seems a little safer to special case to allow optimizations than to special case to inhibit them.


http://reviews.llvm.org/D20653





More information about the llvm-commits mailing list