aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/ArithToLLVM
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer2-9/+12
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang1-17/+17
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang1-17/+17
2024-04-01[MLIR][Arith] Add rounding mode attribute to `truncf` (#86152)Victor Perez1-0/+15
2024-01-30[mlir] [arith] add shl overflow flag in Arith and lower to SPIR-V and LLVMIR ...Yi Wu1-0/+2
2024-01-17[mlir][arith] Add overflow flags support to arith ops (#78376)Jacques Pienaar1-0/+13
2024-01-12Revert "[mlir][arith] Add overflow flags support to arith ops (#77211)"Ivan Butygin1-13/+0
2024-01-10[mlir][arith] Add overflow flags support to arith ops (#77211)Ivan Butygin1-0/+13
2023-12-06[mlir][flang] add fast math attribute to fcmp (#74315)Tom Eccles1-0/+3
2023-09-15[mlir][arith] Add LLVM lowering for `maxnumf`, `minnumf` ops (#66431)Daniil Dudkin1-0/+4
2023-09-11[mlir][arith] Rename operations: `maxf` → `maximumf`, `minf` → `minimumf`...Daniil Dudkin1-4/+4
2023-09-06[mlir][arith] Improve Lowering of `maxf`/`minf` ops (#65213)Daniil Dudkin1-4/+4
2023-08-11[mlir][Conversion] Implement ConvertToLLVMPatternInterface for FuncDialectMatthias Springer1-1/+1
2023-08-10Revert "[mlir][Arith] Add arith.is_nan and arith.is_inf predicates"Krzysztof Drewniak1-22/+0
2023-08-09[mlir][Conversion] Re-submit: Implement ConvertToLLVMPatternInterface (1)Matthias Springer1-0/+4
2023-08-09Revert "[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)"Matthias Springer1-4/+0
2023-08-09[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)Matthias Springer1-0/+4
2023-08-02[mlir][Arith] Add arith.is_nan and arith.is_inf predicatesKrzysztof Drewniak1-0/+22
2023-01-20[arith] Allow integer casts of 0-D vectorsBenjamin Kramer1-0/+12
2022-12-09[mlir][arith] Define mulsi_extended opJakub Kuderski1-0/+32
2022-12-09[mlir][arith] Define mului_extended opJakub Kuderski1-0/+32
2022-12-07[mlir][arith] Rename addui_carry to addui_extendedJakub Kuderski1-6/+6
2022-11-07[mlir][arith] Convert fastmath to LLVM dialect for some arith ops.Slava Zakharin1-5/+28
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith2-2/+2
2022-11-02[mlir][llvmir] Support FastmathFlags for LLVM intrinsic operations.Slava Zakharin1-6/+6
2022-10-26[mlir][arith] Initial support for fastmath flag attributes in the Arithmetic ...Jeremy Furtek1-0/+17
2022-10-03[mlir] Add unsigned version of index_castThomas Raoux1-0/+17
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2-0/+666