[PATCH] D34652: [x86] add SBB optimization for SETAE (uge) condition code
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 10:36:25 PDT 2017
spatel added a comment.
In https://reviews.llvm.org/D34652#798420, @zvi wrote:
> I would like to run some internal benchmarks on this patch. Are you ok with waiting a couple more days?
Sure - no problem. I haven't been able to see anything over noise level in my testing. I'll start looking at the later fixup passes to see if I can account for this case with the existing machinery.
https://reviews.llvm.org/D34652
More information about the llvm-commits
mailing list