summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/Standard/CPU
AgeCommit message (Expand)Author
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2024-03-22[mlir][arith] fix wrong floordivsi fold (#83248)long.chen
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2022-12-02Re-apply "[mlir][MemRefToLLVM] Remove the code for lowering subview"Quentin Colombet
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg
2022-08-30[mlir] materialize strided memref layout as attributeAlex Zinenko
2022-05-05[mlir] Fix the names of exported functionsStella Stamenova
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Integration...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-08[mlir] Update FuncOp conversion passes to Pass/InterfacePass<FunctionOpInterf...River Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-27[MLIR] Fix integration tests broken by D118285Uday Bondhugula
2021-12-29[mlir][MemRef] Deprecate unspecified trailing offset, size, and strides seman...MaheshRavishankar
2021-11-15[mlir] Move min/max ops from Std to Arith.Alexander Belyaev
2021-11-11[mlir](arithmetic) Add ceildivui to the arithmetic dialectlipracer
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-03Fix last leaky MLIR integration test (NFC)Mehdi Amini
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-23Move the MLIR integration tests as a subdirectory of test (NFC)Mehdi Amini