[PATCH] D114159: [flang][codegen] Add a conversion for `fir.coordinate_of` - part 1
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 29 10:35:39 PST 2021
awarzynski updated this revision to Diff 390409.
awarzynski added a comment.
Fix how `fir.array` and `fir.type` (embedded inside `fir.box`) are handled. In particular, make sure that `fir.type` inside `fir.array` and `fir.array` inside `fir.type` are supported.
Thanks @rovka for all the suggestions!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114159/new/
https://reviews.llvm.org/D114159
Files:
flang/lib/Optimizer/CodeGen/CodeGen.cpp
flang/lib/Optimizer/CodeGen/TypeConverter.h
flang/test/Fir/convert-to-llvm-invalid.fir
flang/test/Fir/convert-to-llvm.fir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114159.390409.patch
Type: text/x-patch
Size: 26799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/061fb0c3/attachment.bin>
More information about the llvm-commits
mailing list