summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/ComplexToLLVM
AgeCommit message (Expand)Author
2025-08-13[mlir][Transforms] Dialect Conversion Driver without Rollback (#151865)Matthias Springer
2025-02-13[mlir][complex] Add complex-range option and select complex division … (#12...s-watanabe314
2025-02-06[mlir][LLVM] Switch `undef` for `poison` for uninitialized values (#125629)Krzysztof Drewniak
2023-08-21[mlir][complex] Initial support for FastMath flag when converting to LLVMKai Sasaki
2023-08-11[mlir][Conversion] Implement ConvertToLLVMPatternInterface for FuncDialectMatthias Springer
2023-08-09[mlir][Conversion] Re-submit: Implement ConvertToLLVMPatternInterface (1)Matthias Springer
2023-08-09Revert "[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)"Matthias Springer
2023-08-09[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)Matthias Springer
2022-11-02[mlir][llvmir] Support FastmathFlags for LLVM intrinsic operations.Slava Zakharin
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-01-27[mlir][complex] Lower complex.constant to LLVMBenjamin Kramer
2021-10-27[mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-07-16[mlir] replace llvm.mlir.cast with unrealized_conversion_castAlex Zinenko
2021-05-26[mlir] Fold complex.re(complex.create) and complex.im(complex.create)Adrian Kuegel
2021-01-28[mlir] turn complex-to-llvm into a partial conversionAlex Zinenko
2021-01-19[mlir] Add `complex.abs`, `complex.div` and `complex.mul` to ComplexOps.Alexander Belyaev
2021-01-15[mlir] Add Complex dialect.Alexander Belyaev