[llvm] [RISCV] Remove unnecessary entries from RISCVVInversePseudosTable. NFC (PR #128376)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 23 20:10:13 PST 2025


================
@@ -569,7 +572,7 @@ def RISCVVPseudosTable : GenericTable {
 }
 
 def RISCVVInversePseudosTable : GenericTable {
-  let FilterClass = "RISCVVPseudo";
+  let FilterClass = "RISCVVPseudoInverse";
----------------
topperc wrote:

Would you want me to set that to 0 in every instruction that wants it 0 or should I still use `RISCVVPseudoInverse` to set it to 0?

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


More information about the llvm-commits mailing list