[llvm] [RISCV][VLOPT] Add support for mask-register logical instructions and set mask instructions (PR #112231)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 12:28:10 PDT 2024


================
@@ -565,6 +587,22 @@ static bool isSupportedInstr(const MachineInstr &MI) {
 
   // Vector Crypto
   case RISCV::VWSLL_VI:
+
+  // 15. Vector Mask Instructions
+  // 15.1. Vector Mask-Register Logical Instructions
+  // 15.4. vmsbf.m set-before-first mask bit
+  // 15.6. vmsof.m set-only-first mask bit
----------------
topperc wrote:

Missing 15.5

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


More information about the llvm-commits mailing list