We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dced6a6 commit 6662319Copy full SHA for 6662319
llvm/include/llvm/CodeGen/SDPatternMatch.h
@@ -222,7 +222,7 @@ template <typename... Preds> auto m_NoneOf(const Preds &...preds) {
222
223
inline Opcode_match m_Opc(unsigned Opcode) { return Opcode_match(Opcode); }
224
225
-template <typename... Preds> auto m_Undef() {
+auto m_Undef() {
226
return m_AnyOf(Opcode_match(ISD::UNDEF), Opcode_match(ISD::POISON));
227
}
228
0 commit comments