It was only in RISCVInstrInfo because it was used by 2 passes, but those
passes have been merged in D147173.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147174
[RISCV] Move allWUsers from RISCVInstrInfo to RISCVOptWInstrs. ClosedPublic Authored by craig.topper on Mar 29 2023, 11:28 AM.
Details Summary It was only in RISCVInstrInfo because it was used by 2 passes, but those
Diff Detail
Event Timelinecraig.topper added a parent revision: D147173: [RISCV] Merge SExtWRemoval and StripWSuffix into a single pass..Mar 29 2023, 11:29 AM This revision is now accepted and ready to land.Mar 29 2023, 2:11 PM This revision was landed with ongoing or failed builds.Mar 29 2023, 3:17 PM Closed by commit rG3d7fa6dc7cb0: [RISCV] Move allWUsers from RISCVInstrInfo to RISCVOptWInstrs. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 509486 llvm/lib/Target/RISCV/RISCVInstrInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
|