[PATCH] D64973: [MustExec][NFC] Expose a common LoopSafetyInfo interface
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 09:40:40 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/include/llvm/Analysis/MustExecute.h:73
+ virtual void insertInstructionAfter(const Instruction *NewI,
+ const Instruction *PosI){};
+
----------------
`const Instruction *PosI) {}`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64973/new/
https://reviews.llvm.org/D64973
More information about the llvm-commits
mailing list