All ISD::BSWAP nodes are not customized lowered in RISC-V now, so the patch
removed dead code for ISD::BSWAP in LowerOperation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137907
[RISCV][NFC] Remove dead code. ClosedPublic Authored by fakepaper56 on Nov 13 2022, 5:49 AM.
Details Summary All ISD::BSWAP nodes are not customized lowered in RISC-V now, so the patch
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 13 2022, 11:32 AM This revision was landed with ongoing or failed builds.Nov 13 2022, 6:08 PM Closed by commit rG0c0681b7414c: [RISCV][NFC] Remove dead code. (authored by fakepaper56). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 475037 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|