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

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 17:13:49 PDT 2016


Can we just make assume use the same machinery we are now using for control
flow dependencies rather than continued a special case it everywhere

On Wed, May 25, 2016, 5:11 PM Sanjoy Das <sanjoy at playingwithpointers.com>
wrote:

> sanjoy added a comment.
>
> Never mind, I was mistaken;  you can't hoist out a readnone nounwind
> function out of control flow anyway, and the same logic should hold for
> assumes.
>
>
> http://reviews.llvm.org/D20653
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160526/c77e721e/attachment.html>


More information about the llvm-commits mailing list