diff options
author | jeanPerier <jperier@nvidia.com> | 2024-10-02 16:16:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 16:16:57 +0200 |
commit | c2601f1769db7a754d1ff358c3ffe116ae85d5cd (patch) | |
tree | b34acdbeb81fe186fa7045b18967690448b915b7 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 2d784b194681e9a12b33bffec148d6edf1aadc13 (diff) | |
download | llvm-c2601f1769db7a754d1ff358c3ffe116ae85d5cd.zip llvm-c2601f1769db7a754d1ff358c3ffe116ae85d5cd.tar.gz llvm-c2601f1769db7a754d1ff358c3ffe116ae85d5cd.tar.bz2 |
[flang][NFC] remove unused fir.constc operation (#110821)
As part of [RFC to replace fir.complex usages by mlir.complex
type](https://discourse.llvm.org/t/rfc-flang-replace-usages-of-fir-complex-by-mlir-complex-type/82292).
fir.constc is unused so instead of porting it, just remove it.
Complex constants are currently created with inserts in lowering
already. When using mlir complex, we may just want to start using
[complex.constant](https://github.com/llvm/llvm-project/blob/4f6ad17adce1b87cadf0c896d3b38334045196ea/mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td#L131C5-L131C16).
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions