[PATCH] D117869: [flang] Upstream partial lowering of COMMAND_ARGUMENT_COUNT intrinsic
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 04:43:36 PST 2022
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: flang/unittests/Optimizer/Builder/Runtime/CommandTest.cpp:14
+TEST_F(RuntimeCallTest, genCommandArgumentCountTest) {
+ auto loc = firBuilder->getUnknownLoc();
+ mlir::Value result = fir::runtime::genCommandArgumentCount(*firBuilder, loc);
----------------
nit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117869/new/
https://reviews.llvm.org/D117869
More information about the llvm-commits
mailing list