The LUI and AUIPC share quite a few similarities. This refactors the code
to share what we can.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140345
[RISCV] Reduce duplicated code in RISCVMergeBaseOffsetOpt::detectFoldable. NFC ClosedPublic Authored by craig.topper on Dec 19 2022, 1:09 PM.
Details Summary The LUI and AUIPC share quite a few similarities. This refactors the code
Diff Detail
Event Timelinecraig.topper added a parent revision: D140341: [RISCV] Teach RISCVMergeBaseOffset to handle constant pools..Dec 19 2022, 1:09 PM This revision is now accepted and ready to land.Dec 20 2022, 2:04 AM This revision was landed with ongoing or failed builds.Dec 20 2022, 7:17 AM Closed by commit rG306adcc852c3: [RISCV] Reduce duplicated code in RISCVMergeBaseOffsetOpt::detectFoldable. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 484264 llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
|