[llvm] [RISCV][GISEL] instruction-select vmclr (PR #110782)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 09:48:00 PDT 2024


================
@@ -50,6 +50,11 @@ def GIAddrRegImm :
   GIComplexOperandMatcher<s32, "selectAddrRegImm">,
   GIComplexPatternEquiv<AddrRegImm>;
 
+def GIVLOpS32 : GIComplexOperandMatcher<s32, "selectVLOp">,
+                GIComplexPatternEquiv<VLOp>;
+def GIVLOpS64 : GIComplexOperandMatcher<s64, "selectVLOp">,
----------------
michaelmaitland wrote:

It works if I delete one of them. As we discussed offline, maybe the whole type thing isn't actually implemented correctly. I've updated the patch to call this out.

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


More information about the llvm-commits mailing list