Addresses post-commit feedback from D152236.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Here is the report of pre-commit checks: https://github.com/dtcxzyw/llvm-ci/pull/409.
Paths
| Differential D152602
[RISCV] Don't use (ADD (SLLI C, 32), C) to materialize constants when optimizing for size. ClosedPublic Authored by craig.topper on Jun 9 2023, 6:47 PM.
Details
Diff Detail
Event TimelineComment Actions LGTM. Here is the report of pre-commit checks: https://github.com/dtcxzyw/llvm-ci/pull/409. This revision is now accepted and ready to land.Jun 10 2023, 5:08 AM Closed by commit rGb418482f800c: [RISCV] Don't use (ADD (SLLI C, 32), C) to materialize constants when… (authored by craig.topper). · Explain WhyJun 12 2023, 9:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 530560 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/imm.ll
|