[PATCH] D19523: Symbolize operand bundle blocks for bcanalyzer

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 22:57:10 PDT 2016


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

LGTM Thanks!


================
Comment at: tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp:108
@@ -107,2 +107,3 @@
   default:                             return nullptr;
+  case bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID: return "OPERAND_BUNDLE_TAGS_BLOCK";
   case bitc::MODULE_BLOCK_ID:          return "MODULE_BLOCK";
----------------
Not sure if the switch order matches the enum?


http://reviews.llvm.org/D19523





More information about the llvm-commits mailing list