summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Conversion
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-06-27[MLIR] Replace getVoidPtrType with getPtrType in ConvertToLLVMPattern (#145657)Twice
2025-06-04Reapply "Reland "[mlir][Affine] Handle null parent op in getAffineParallelInd...hanhanW
2025-06-04Revert "Reland "[mlir][Affine] Handle null parent op in getAffineParallelIndu...hanhanW
2025-06-04Reland "[mlir][Affine] Handle null parent op in getAffineParallelInductionVar...Han-Chung Wang
2025-06-04Revert "[mlir][Affine] Handle null parent op in getAffineParallelInductionVar...Krzysztof Parzyszek
2025-06-04[mlir][Affine] Handle null parent op in getAffineParallelInductionVarOwner (#...Han-Chung Wang
2025-04-17[mlir][Transforms] Delete 1:N dialect conversion driver (#121389)Matthias Springer
2025-04-02[mlir] Use `dyn_cast` instead of `cast` in MathToVCIX conversion (#134047)Longsheng Mou
2025-02-03[mlir][Vector] Add UB conversions to different tests and pipelines (#125145)Diego Caballero
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-10-25[mlir][Transforms] Merge 1:1 and 1:N type converters (#113032)Matthias Springer
2024-10-23[mlir][Transforms] Dialect Conversion: Simplify materialization fn result typ...Matthias Springer
2024-10-05[mlir][NFC] Mark type converter in `populate...` functions as `const` (#111250)Matthias Springer
2024-08-08[mlir][LLVM] Improve lowering of `llvm.byval` function arguments (#100028)Diego Caballero
2024-07-24[mlir][spirv] Implement vector unrolling for `convert-to-spirv` pass (#100138)Angel Zhang
2024-07-17[mlir][spirv] Implement vector type legalization for function signatures (#98...Angel Zhang
2024-05-23merge code for llvm.emit_c_interface into convertFuncOpToLLVMFuncOp (#92986)drazi
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-02-07[MLIR][VCIX] Support VCIX intrinsics in LLVMIR dialect (#75875)Kolya Panchenko
2023-11-03[MLIR][FuncToLLVM] Remove typed pointers from call conversion test pass (#71107)Christian Ulmann
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi
2023-07-18[mlir] NFC: untangle SCF Patterns.h and Transforms.hAlex Zinenko
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-03-31[mlir] Use GenericAdaptor to simplify 1:N type conversion API.Ingo Müller
2023-03-28[mlir][scf] Implement structural conversion for 1:N type conversions.Ingo Müller
2023-03-27[mlir] Implement pass utils for 1:N type conversions.Ingo Müller
2023-03-27Revert "[mlir] Implement pass utils for 1:N type conversions."Ingo Müller
2023-03-27[mlir] Implement pass utils for 1:N type conversions.Ingo Müller
2023-03-10[mlir][spirv][vector] Add pattern to convert reduction to SPIR-V dot prodJakub Kuderski
2023-02-09[mlir][FuncToLLVM] Add option for emitting opaque pointersMarkus Böck
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2021-11-10[mlir] recursively convert builtin types to LLVM when possibleAlex Zinenko
2021-09-24[mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewri...River Riddle
2021-09-10[mlir] Replace `include_directories`Marius Brehler
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-05-14[mlir][NFC] Move passes in test/lib/Transforms/ to a directory that mirrors w...River Riddle