[PATCH] D48530: [DAGCombiner] In foldSelectOfConstants, use 'sub C1+1, (zext Cond)' instead of 'add (sext Cond), C1+1'
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 12:51:40 PDT 2018
craig.topper added a comment.
Yeah I think the other patches took care of my perf regression. I'm fine to abandon this if you don't think the PowerPC changes are worthwhile.
Repository:
rL LLVM
https://reviews.llvm.org/D48530
More information about the llvm-commits
mailing list