[PATCH] D20703: [SCEV] Keep SCEVExpander insert points consistent.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 13:10:53 PDT 2016


gberry added a comment.

Thanks Sanjoy.


================
Comment at: llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h:367
@@ +366,3 @@
+
+    void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,
+                        Instruction *Pos, PHINode *LoopPhi);
----------------
FYI, I had to make this a private member function to make fixupInsertPoints private.


Repository:
  rL LLVM

http://reviews.llvm.org/D20703





More information about the llvm-commits mailing list