[PATCH] D118801: [flang] Upstream partial lowering of GET_COMMAND_ARGUMENT intrinsic
Josh Mottley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 05:39:43 PST 2022
josh.mottley.arm updated this revision to Diff 405597.
josh.mottley.arm added a comment.
Fixed unit test failing in debug. Issue was `genGetCommandArgument` requires the
`length` and `status` parameters to be memory references (as we `convert` to ensure
result type).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118801/new/
https://reviews.llvm.org/D118801
Files:
flang/include/flang/Optimizer/Builder/Runtime/Command.h
flang/lib/Optimizer/Builder/Runtime/Command.cpp
flang/unittests/Optimizer/Builder/Runtime/CommandTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118801.405597.patch
Type: text/x-patch
Size: 5329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/be8baf26/attachment.bin>
More information about the llvm-commits
mailing list