[all-commits] [llvm/llvm-project] 868c21: [flang] Keep fully qualified !fir.heap type for fi...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 31 12:37:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 868c212f42f80582fc6fb4adbd088e55b2d64111
https://github.com/llvm/llvm-project/commit/868c212f42f80582fc6fb4adbd088e55b2d64111
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/test/Fir/array-value-copy.fir
M flang/test/Fir/fir-ops.fir
M flang/test/Lower/Intrinsics/matmul.f90
M flang/test/Lower/Intrinsics/repeat.f90
M flang/test/Lower/Intrinsics/transpose.f90
M flang/test/Lower/Intrinsics/trim.f90
Log Message:
-----------
[flang] Keep fully qualified !fir.heap type for fir.freemem op
Re-introduce a fully qualified type on teh fir.freemem operation.
Since this is the only operation where the prefix gets elided in fir, this
patch make it fully qualified so the dialect syntax feels more consistent.
Reviewed By: vdonaldson
Differential Revision: https://reviews.llvm.org/D122839
More information about the All-commits
mailing list