[PATCH] D30543: [JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 15:29:53 PDT 2017


dberlin added inline comments.


================
Comment at: lib/Transforms/Scalar/JumpThreading.cpp:1009
+    // for available load/store to the pointer in predecessors.
+    Value *Ptr =
+        TranslatableLoadedPhiPtr
----------------
Value actually has a doPhiTranslation you can use here.



https://reviews.llvm.org/D30543





More information about the llvm-commits mailing list