[PATCH] D23824: [ADCE] Add handling of PHI nodes when removing control flow
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 11:50:53 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/Transforms/Scalar/ADCE.cpp:445
@@ +444,3 @@
+
+ // In tis example, there are no live instructions determined by the
+ // first branch but it does determine the value which is assigned into
----------------
Sorry missed this one: `S/tis/this`
https://reviews.llvm.org/D23824
More information about the llvm-commits
mailing list