[PATCH] D42439: [GISel]: Pattern Match helpers for MachineInstructions

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 18:17:19 PST 2018


vsk added inline comments.


================
Comment at: include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:57
+
+ConstantMatch m_ICst(uint64_t &Cst) { return ConstantMatch(Cst); }
+
----------------
Does this need to be static inline?


https://reviews.llvm.org/D42439





More information about the llvm-commits mailing list