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

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 12:41:51 PDT 2016


gberry added a comment.

I looked at that briefly, and I think that would have additional impact that we may not want.  For example, it looked to me like changing getModRefInfo to ignore llvm.assume would cause LICM to hoist/sink assumes which seems at first glance to potentially be bad.


http://reviews.llvm.org/D19676





More information about the llvm-commits mailing list