================ @@ -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