[PATCH] D143542: [SeparateConstOffsetFromGEP] Fix: `b - a` matched `a - b` during reuniteExts
Liren.Peng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 22:11:59 PST 2023
Peakulorain added a comment.
In D143542#4123076 <https://reviews.llvm.org/D143542#4123076>, @spatel wrote:
> Please upload with more context - use something like "git diff -U9999".
Your reply is appreciated. First step to show this miscompile, we should add a flag to enable `LowerGEP` manually.
So, see the first patch pls: https://reviews.llvm.org/D143980
I will update after the above patch is merged.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143542/new/
https://reviews.llvm.org/D143542
More information about the llvm-commits
mailing list