[PATCH] D66126: [Attributor] Towards a more structured deduction pattern
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 06:34:54 PDT 2019
uenoku accepted this revision.
uenoku added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:562
+ return false;
+ dbgs() << static_cast<const AbstractAttribute &>(*AA) << "\n";
+ const StateType &AAS = static_cast<const StateType &>(AA->getState());
----------------
LLVM_DEBUG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66126/new/
https://reviews.llvm.org/D66126
More information about the llvm-commits
mailing list