[llvm] SD Pattern Match: Operands patterns with VP Context (PR #103308)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 10:19:30 PDT 2024


================
@@ -47,6 +47,8 @@ class BasicMatchContext {
   bool match(SDValue N, unsigned Opcode) const {
     return N->getOpcode() == Opcode;
   }
+
+  static constexpr bool IsVP = false;
----------------
v01dXYZ wrote:

I'll try that.

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


More information about the llvm-commits mailing list