or is almost always preferable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149426
[InstCombine] Fold `(cmp eq/ne (umax X, Y),0)` -> `(cmp eq/ne (or X, Y),0)` ClosedPublic Authored by goldstein.w.n on Apr 27 2023, 11:24 PM.
Details Summary or is almost always preferable.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 28 2023, 12:28 AM This revision was landed with ongoing or failed builds.Apr 29 2023, 10:39 AM Closed by commit rGdc13624e88d8: [InstCombine] Fold `(cmp eq/ne (umax X, Y),0)` -> `(cmp eq/ne (or X, Y),0)` (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 517810 llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/test/Transforms/InstCombine/cmp-intrinsic.ll
|