Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It looks like this patch may not be NFC and causing a mis-compile: https://github.com/llvm/llvm-project/issues/63327
Paths
| Differential D152728
[InstCombine] Factor out power of 2 comparison patterns to helper; NFC ClosedPublic Authored by goldstein.w.n on Jun 12 2023, 10:23 AM.
Details
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review.Jun 12 2023, 11:53 AM This revision was landed with ongoing or failed builds. Closed by commit rG758ffdbfccff: [InstCombine] Factor out power of 2 comparison patterns to helper; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions It looks like this patch may not be NFC and causing a mis-compile: https://github.com/llvm/llvm-project/issues/63327
Revision Contents
Diff 530624 llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
|