Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll | ||
---|---|---|
125–126 | This is also a win, since one register is saved. |
Paths
| Differential D147222
[LoongArch] Optimize additions with immediates ClosedPublic Authored by benshi001 on Mar 30 2023, 5:08 AM.
Details
Diff Detail
Event Timelinebenshi001 added a parent revision: D147221: [LoongArch][NFC] Add tests of additions with immediates (for D147222).
This revision is now accepted and ready to land.Mar 30 2023, 5:19 AM benshi001 retitled this revision from [LoongArch] Optimize additions with immedates to [LoongArch] Optimize additions with immediates.Mar 30 2023, 5:24 AM Closed by commit rGec37a35a8cfa: [LoongArch] Optimize additions with immediates (authored by benshi001). · Explain WhyMar 30 2023, 11:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 509918 llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll
llvm/test/CodeGen/LoongArch/ir-instruction/add.ll
llvm/test/CodeGen/LoongArch/ldptr.ll
llvm/test/CodeGen/LoongArch/stptr.ll
|
This is also a win, since one register is saved.