[llvm] [RISCV] Use lookup tables to find CVTFOpc (PR #88742)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 21:20:58 PDT 2024


================
@@ -66,6 +66,22 @@ using namespace RISCV;
 
 } // namespace llvm::RISCVVPseudosTable
 
+namespace llvm::RISCVVInversePseudosTable {
----------------
wangpc-pp wrote:

This should be put in `RISCVMCTargetDesc.cpp`

https://github.com/llvm/llvm-project/pull/88742


More information about the llvm-commits mailing list