[PATCH] D113666: [flang][CodeGen] Transform `fir.emboxchar` to a sequence of LLVM MLIR
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 09:58:59 PST 2021
awarzynski added a comment.
Based on the description <https://github.com/llvm/llvm-project/blob/9534e361ea12aaecde52b8ac4c947f9a301d0c9b/flang/include/flang/Optimizer/Dialect/FIROps.td#L956-L973> of `emboxchar`, I'd expect it to work with `fir.array`. However, with `fir.array` the operation wouldn't match. Any pointers @schweitz ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113666/new/
https://reviews.llvm.org/D113666
More information about the llvm-commits
mailing list