[PATCH] D14551: Introduce deoptimization operand bundles

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 11:52:07 PST 2015


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

LGTM w/minor comment addressed.


================
Comment at: include/llvm/IR/LLVMContext.h:70
@@ -69,1 +69,3 @@
 
+  // Known operand bundle tag IDs, which always have the same value.  All
+  // operand bundle tags that LLVM has special knowledge of are listed here.
----------------
Doxygen comment /// please


http://reviews.llvm.org/D14551





More information about the llvm-commits mailing list