[PATCH] D18257: Add "first class" lowering for deopt operand bundles

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 09:54:29 PDT 2016


sanjoy added inline comments.

================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:6118
@@ +6117,3 @@
+#ifndef NDEBUG
+  for (unsigned i = 0, e = I.getNumOperandBundles(); i != e; ++i)
+    assert((I.getOperandBundleAt(i).isDeoptOperandBundle() ||
----------------
Update: I just confirmed the above with @majnemer on IRC


http://reviews.llvm.org/D18257





More information about the llvm-commits mailing list