Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hopefully this a reasonable number of tests cases, but lmk if I need to trim (or vice versa).
Paths
| Differential D142785
[InstCombine] Add tests for folding (icmp UnsignedPred X * Z, Y * Z) -> (icmp UnsignedPred X, Y); NFC ClosedPublic Authored by goldstein.w.n on Jan 27 2023, 3:25 PM.
Details
Diff Detail
Event TimelineComment Actions Hopefully this a reasonable number of tests cases, but lmk if I need to trim (or vice versa). This revision is now accepted and ready to land.Feb 3 2023, 9:11 AM Closed by commit rG19c766f7423a: Add tests for folding (icmp UnsignedPred X * Z, Y * Z) -> (icmp UnsignedPred X… (authored by goldstein.w.n). · Explain WhyFeb 6 2023, 12:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495244 llvm/test/Transforms/InstCombine/icmp-mul.ll
|