[flang-commits] [PATCH] D114925: [fir] TargetRewrite: Rewrite fir.address_of(func)
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Dec 2 09:39:24 PST 2021
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
Thanks for working on that. Just a small comment on my side.
================
Comment at: flang/lib/Optimizer/CodeGen/TargetRewrite.cpp:352
+ auto argTy = std::get<mlir::Type>(tup);
+ auto &vec = attr.isAppend() ? trailingInTys : newInTys;
+ vec.push_back(argTy);
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114925/new/
https://reviews.llvm.org/D114925
More information about the flang-commits
mailing list