[PATCH] D99735: [MIPatternMatch]: Add mi_match for MachineInstr
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 1 15:35:32 PDT 2021
paquette added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:192
+ MI = Inst;
+ if (MI)
+ return true;
----------------
Maybe simpler?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99735/new/
https://reviews.llvm.org/D99735
More information about the llvm-commits
mailing list