[PATCH] D128271: [RISCV][NFC] Map pseudos to their BaseInstr to reduce cases
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 05:35:44 PDT 2022
pcwang-thead added a comment.
I think this is not a NFC.
================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:123
return None;
- case RISCV::PseudoVLE8_V_M1:
- case RISCV::PseudoVLE8_V_M1_MASK:
----------------
I think we missed TU pseudos here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128271/new/
https://reviews.llvm.org/D128271
More information about the llvm-commits
mailing list