[PATCH] Select Elimination in InstCombine

David Majnemer david.majnemer at gmail.com
Tue Sep 30 16:48:25 PDT 2014


================
Comment at: lib/Transforms/InstCombine/InstCombine.h:102
@@ -101,2 +101,3 @@
   DominatorTree *DT; // not required
+  TargetLibraryInfo *TLI;
   bool MadeIRChange;
----------------
This change looks superfluous.

http://reviews.llvm.org/D5258






More information about the llvm-commits mailing list