[PATCH] D145661: [Xtensa] Add Constant Pool
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 18:03:48 PDT 2023
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: sstefan1.
================
Comment at: llvm/lib/Target/Xtensa/XtensaConstantPoolValue.cpp:71
+
+void XtensaConstantPoolValue::dump() const { errs() << " " << *this; }
+
----------------
should wrap in the llvm_enable_dump macros
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145661/new/
https://reviews.llvm.org/D145661
More information about the llvm-commits
mailing list