[PATCH] D47874: [SCEVExp] Advance found insertion point until we find a non-dbg instruction.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 14:31:18 PDT 2018


mattd added a comment.

In https://reviews.llvm.org/D47874#1125451, @aprantl wrote:

> Didn't we recently add a more convenient mechanism to determine all meta-instructions? Or am I misremembering and that was MIR?


Perhaps you are thinking about `MachineInstr::isMetaInstruction`?
https://llvm.org/doxygen/MachineInstr_8h_source.html#l00918


https://reviews.llvm.org/D47874





More information about the llvm-commits mailing list