[PATCH] D16827: [LVI] Improve select handling to use condition

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 21:13:15 PST 2016


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

I thought I had LGTM'ed this earlier.  Sorry for the delay!


================
Comment at: lib/Analysis/LazyValueInfo.cpp:919
@@ +918,3 @@
+    LVILatticeVal TrueValTaken, FalseValTaken;
+    if (!getValueFromFromCondition(SI->getTrueValue(), ICI,
+                                   TrueValTaken, true))
----------------
`From` is repeated in the name?


http://reviews.llvm.org/D16827





More information about the llvm-commits mailing list