[PATCH] D40347: [JumpThreading] Restrict PRE across instructions that don't pass control to successors

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 12:41:20 PST 2017


efriedma added inline comments.


================
Comment at: llvm/trunk/test/Transforms/JumpThreading/guards.ll:335
+; alias with the load.
+define void @unsafe_pre_across_call(i8* %p) {
+
----------------
Did you mean to make this argument noalias?


Repository:
  rL LLVM

https://reviews.llvm.org/D40347





More information about the llvm-commits mailing list