[PATCH] D14857: [InstCombine] Don't drop operand bundles

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 20:32:11 PST 2015


sanjoy added inline comments.

================
Comment at: lib/Transforms/InstCombine/InstCombineCalls.cpp:2272
@@ +2271,3 @@
+
+  // Convert the operand bundle uses to operand bundle defs.  See InstrTypes.h
+  // for details on how these differ.
----------------
This loop is repeated at one other place (InlineFunction, I think).  In a separate change, I'll extract this loop out into a helper function.


http://reviews.llvm.org/D14857





More information about the llvm-commits mailing list