[PATCH] D19353: [GVN] Replace an inverted comparison with a logical not

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 09:22:19 PDT 2016


mcrosier added a comment.

Also, how does this impact the dominating condition optimizations in SimplifyCFG and JumpThreading?  Those optimizations expect the dominated conditional branch to be fed by a compare rather than a not of the dominating compare.


http://reviews.llvm.org/D19353





More information about the llvm-commits mailing list