[PATCH] D110867: X86InstrInfo: Support immediates that are +1/-1 different in optimizeCompareInstr
Nathan Chancellor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 11:18:38 PDT 2021
nathanchance added a comment.
I too saw issues with this patch with PGO (I was in the middle of writing up a reproducer). My symptom was that stage 3 `check-llvm` would not pass, whereas stage 2 would. This version of the patch on top of 7277d2e1c86bf4d75321efc1195d88ade4bedfa1 <https://reviews.llvm.org/rG7277d2e1c86bf4d75321efc1195d88ade4bedfa1> does not have that same issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110867/new/
https://reviews.llvm.org/D110867
More information about the llvm-commits
mailing list