This is a test case for D101970, which shows the optimization opportunity for
lea (reg1, reg2), reg3 sub reg3, reg4 to sub reg1, reg4 sub reg2, reg4
Paths
| Differential D102010
Pre-commit test case for D101970 ClosedPublic Authored by Carrot on May 6 2021, 10:58 AM.
Details
Summary This is a test case for D101970, which shows the optimization opportunity for lea (reg1, reg2), reg3 sub reg3, reg4 to sub reg1, reg4 sub reg2, reg4
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 8 2021, 8:10 AM Closed by commit rGa0fed635fe17: Pre-commit test case for D101970 (authored by Carrot). · Explain WhyMay 10 2021, 2:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 344214 llvm/test/CodeGen/X86/lea-opt2.ll
|