[PATCH] D17429: Don't mark convergent instructions as trivially rematerializable.

Owen Anderson via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 21:31:58 PST 2016


resistor added a comment.

I have convergent instructions that are essentially register->register arithmetic operations.  I don't have any great dependence on them being rematerialized, but I wanted to point out that it's not inconceivable.


http://reviews.llvm.org/D17429





More information about the llvm-commits mailing list