[all-commits] [llvm/llvm-project] 080010: [fir] Add tests for mlir::ComplexType conversion
Diana via All-commits
all-commits at lists.llvm.org
Thu Nov 18 04:57:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0800109d26336ac68bfc17d66b6d3087e7d68e1b
https://github.com/llvm/llvm-project/commit/0800109d26336ac68bfc17d66b6d3087e7d68e1b
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-11-18 (Thu, 18 Nov 2021)
Changed paths:
M flang/test/Fir/types-to-llvm.fir
Log Message:
-----------
[fir] Add tests for mlir::ComplexType conversion
It turns out that mlir::ComplexType is translated the same way with or
without a conversion in TypeConverter.h. Add tests to make sure this
doesn't change in the future.
This patch is part of the upstreaming effort from fir-dev.
Differential Revision: https://reviews.llvm.org/D113883
More information about the All-commits
mailing list