[PATCH] D142618: [ConstraintElimination] Change debug output to display variable names.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 05:38:58 PST 2023
fhahn added reviewers: nikic, spatel.
fhahn added a comment.
Thanks for looking into this! Would it make sense to change ConstraintSystem to hold a pointer/reference to the corresponding variable map and then isolate the name generation logic and dumping to ConstraintSystem.cpp only?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142618/new/
https://reviews.llvm.org/D142618
More information about the llvm-commits
mailing list