[PATCH] D64973: [MustExec][NFC] Expose a common LoopSafetyInfo interface

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 10:29:26 PDT 2019


jdoerfert marked an inline comment as done.
jdoerfert added inline comments.


================
Comment at: llvm/include/llvm/Analysis/MustExecute.h:73
+  virtual void insertInstructionAfter(const Instruction *NewI,
+                                      const Instruction *PosI){};
+
----------------
jdoerfert wrote:
> lebedev.ri wrote:
> > `const Instruction *PosI) {}`
> I'll clang-format, I though I did already.
I could probably make them pure as well.


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