[PATCH] D143511: [CodeGen] Add standard print/debug utilities to MVT

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 10:24:36 PST 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/CodeGen/ValueTypes.cpp:620
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
+void MVT::dump() const {
+  print(dbgs());
----------------
Is this a library layering issue?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143511/new/

https://reviews.llvm.org/D143511



More information about the llvm-commits mailing list