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 6662319 commit a1ad146Copy full SHA for a1ad146
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
-auto m_Undef() {
+inline auto m_Undef() {
226
return m_AnyOf(Opcode_match(ISD::UNDEF), Opcode_match(ISD::POISON));
227
}
228
0 commit comments