[PATCH] D122262: [SelectionDAG] Add printing support for the Align value of AssertAlign nodes.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 14:12:58 PDT 2022


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp:821
+  } else if (const auto *AA = dyn_cast<AssertAlignSDNode>(this)) {
+    OS << "<" << AA->getAlign().value() << ">";
   }
----------------
Single quotes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122262



More information about the llvm-commits mailing list