[PATCH] D20174: [InstCombine] Allow removal of PHI cycles which only contain PHIs

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 04:21:45 PDT 2016


sbaranga added a comment.

Any thoughts on the compile time impact of doing this in InstructionSimplify?
I have a version of this that does the simplification in InstructionSimplify, and if there are no concerns about compile time we can use that.

Cheers,
Silviu


http://reviews.llvm.org/D20174





More information about the llvm-commits mailing list