summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/MemRefToLLVM
AgeCommit message (Expand)Author
2025-11-09[MLIR] Fix FileCheck annotations and add 32-bit coverage (#167149)Men-cotton
2025-10-01[mlir][memref] Introduce `memref.distinct_objects` op (#156913)Ivan Butygin
2025-08-16[mlir][LLVM] `ControlFlowToLLVM`: Add 1:N type conversion support (#153937)Matthias Springer
2025-08-16[mlir][LLVM] `FuncToLLVM`: Add 1:N type conversion support (#153823)Matthias Springer
2025-08-11[Arith][MemRef] add AtomicRMWKind::xori to enum (#151701)Scott Manley
2025-08-05[MLIR][LLVM] Propagate alignment attribute from memref to LLVM (#151380)Erick Ochoa Lopez
2025-06-17[mlir] fix MemRefToLLVM lowering of atomic operations (#139045)Oleksandr "Alex" Zinenko
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-06-02[mlir][memref] Update tests to use memref.assume_alignment properly. (#142358)Han-Chung Wang
2025-05-25[mlir][memref] Revert #140730 (#141406)Andrzej WarzyƄski
2025-05-22Emit nuw and nsw for mul and add when lowering to llvm.getelementptr (#140966)Peiyong Lin
2025-05-20Emit inbounds and nuw attributes in memref. (#138984)Peiyong Lin
2025-05-18[mlir][MemRef] Changed AssumeAlignment into a Pure ViewLikeOp (#139521)Shay Kleiman
2025-04-18[mlir][memref] Fix rollback in test case during `convert-to-llvm` (#135958)Matthias Springer
2025-04-07[mlir][memref] Check memory space before lowering alloc ops (#134427)Matthias Springer
2025-04-07[mlir][IR] Add support for UnknownLoc to `verify-diagnostics` (#134421)Matthias Springer
2025-03-31[mlir][memref] Verify out-of-bounds access for memref.subview (#133086)Matthias Springer
2025-03-26[mlir][MemRefToLLVM] Fix crash with unconvertable memory space (#132323)Longsheng Mou
2025-03-25Revert "[mlir][memref] Verify out-of-bounds access for `memref.subview`" (#13...Karlo Basioli
2025-03-25[mlir][memref] Verify out-of-bounds access for `memref.subview` (#131876)Matthias Springer
2025-03-24[mlir] Fix typo of tests (NFC) (#132396)Austin
2025-02-06[mlir][LLVM] Switch `undef` for `poison` for uninitialized values (#125629)Krzysztof Drewniak
2025-01-28[mlir] Fix conflict of user defined reserved functions with internal prototyp...Luohao Wang
2025-01-06[mlir][Affine] Add nsw to lowering of `AffineMulExpr`. (#121535)MaheshRavishankar
2024-11-26[mlir][LLVM][MemRef] Lower assume_alignment with operand bundles (#117800)Krzysztof Drewniak
2024-11-24[mlir][LLVM] `LLVMTypeConverter`: Tighten materialization checks (#116532)Matthias Springer
2024-11-08Fix crash when using when using --finalize-memref-to-llvm (#112433)Siddhesh Deodhar
2024-10-26[mlir] [memref] add more checks to the memref.reinterpret_cast (#112669)donald chen
2024-10-16[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#112143)Sirui Mu
2024-10-16Revert "[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#1121...Sirui Mu
2024-10-16[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#112143)Sirui Mu
2024-10-04[mlir][memref] Fix `alloca` lowering with 0 dimensions (#111119)Matthias Springer
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy
2024-06-13[mlir][memref] Unranked support for extract_aligned_pointer_as_index (#93908)Spenser Bauman
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla
2024-04-21Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (#89540)Mehdi Amini
2024-04-21[MLIR] Generalize expand_shape to take shape as explicit input (#69267)Gaurav Shukla
2024-02-21[mlir] Use arith max or min ops instead of cmp + select (#82178)mlevesquedion
2023-11-21[mlir] use TypeSize and uint64_t in DataLayout (#72874)Oleksandr "Alex" Zinenko
2023-11-14[mlir] Remove convertible identity restriction for memref.atomic_rmw to LLVM ...Max191
2023-11-02[MLIR][MemRefToLLVM] Remove typed pointer support (#70909)Christian Ulmann
2023-10-31[mlir][MemRefToLLVM] Fix crashes with unconvertable memory spaces (#70694)Krzysztof Drewniak
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi
2023-09-14[mlir] [memref] Fix alignment bug in memref.copy loweringFelix Schneider
2023-09-14[mlir][memref] Fix MemrefToLLVM lowering pattern for memref.transposeFelix Schneider