[PATCH] D45150: Less conservative LoopSafetyInfo for headers

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 14:09:24 PDT 2018


efriedma added inline comments.


================
Comment at: include/llvm/Analysis/MustExecute.h:45
+  /// will be executed when the loop executes.
+  SmallPtrSet<const Instruction*, 32> GuaranteeToExecuteHeaderInstructions;
   // Used to update funclet bundle operands.
----------------
`AssertingVH<Instruction>`, to catch any invalidation bugs.


Repository:
  rL LLVM

https://reviews.llvm.org/D45150





More information about the llvm-commits mailing list