aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-10[mlir] Sanitize identifiers with leading symbol. (#94795)Will Dietz2-0/+4
2024-06-10[mlir][Transforms] Dialect Conversion: Simplify block conversion API (#94866)Matthias Springer1-2/+3
2024-06-10[mlir][sparse] introduce `sparse_tensor.iterate` operation (#88955)Peiming Liu3-2/+119
2024-06-10[mlir][spirv] Fix typo in IndexToSPIRV tests directory name (#95005)Angel Zhang1-0/+0
2024-06-10[mlir][Arith] Generalize and improve -int-range-optimizations (#94712)Krzysztof Drewniak7-136/+42
2024-06-10[mlir][EmitC] Fix call ops with zero arguments in func to emitc conversion (#...Simon Camphausen1-0/+16
2024-06-10[mlir][ArmSME] Add option to only enable streaming mode for scalable code (#9...Benjamin Maxwell4-3/+22
2024-06-10[mlir][emitc] Remove copy from scf.for lowering (#94898)Gil Rapaport2-36/+10
2024-06-10[mlir][bufferization] Fix handling of indirect function calls (#94896)Matthias Springer1-0/+19
2024-06-07[mlir][vector][NFC] Make function name more meaningful in lit tests. (#94538)Han-Chung Wang1-37/+38
2024-06-07[mlir][vector] Remove Emulated Sub-directory (#94742)Mubashar Ahmad6-10/+9
2024-06-07[mlir] Fix bugs in expand_shape patterns after semantics changes (#94631)Max1911-2/+70
2024-06-07[mlir] Add reshape propagation patterns for tensor.pad (#94489)Max1912-0/+129
2024-06-07[mlir][linalg] Support lowering unpack with outer_dims_perm (#94477)Ryan Holt1-4/+14
2024-06-07fix(mlir/**.py): fix comparison to None (#94019)Eisuke Kawashima3-9/+9
2024-06-07[mlir][vector] Add n-d deinterleave lowering (#94237)Mubashar Ahmad2-0/+84
2024-06-07Add checks before hoisting out in loop pipelining (#90872)Fotis Kounelis1-0/+57
2024-06-07[MLIR] Translate DIStringType. (#94480)Abid Qadeer3-2/+68
2024-06-07[mlir][tensor] Fix FoldTensorCastProducerOp for multiple result operations (#...Prashant Kumar1-0/+15
2024-06-06[mlir] Add pack/unpack transpose foldings for linalg.generic ops, fix bugs (#...Max1911-0/+139
2024-06-06[MLIR] Fix generic assembly syntax for ArrayAttr containing hex float (#94583)Mehdi Amini1-0/+4
2024-06-06[mlir][tensor] Implement constant folder for tensor.pad (#92691)Spenser Bauman1-0/+135
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta1-0/+32
2024-06-05[mlir][vector] Improve flattening vector.transfer_write ops. (#94051)Han-Chung Wang1-8/+35
2024-06-05[MLIR][LLVM] Add inlining support for loop annotations (#94447)Christian Ulmann1-0/+56
2024-06-05[mlir][affine][Analysis] Add conservative bounds for semi-affine mods (#93576)Benjamin Maxwell1-0/+56
2024-06-05[NFC] Clean up TestLinalgGreedyFusion (#94430)Hsiangkai Wang1-8/+0
2024-06-04[mlir][scf] Implement conversion from scf.forall to scf.parallel (#94109)Spenser Bauman2-0/+140
2024-06-04[mlir][EmitC] Do not inline expressions used by ops with the CExpression trai...Simon Camphausen1-0/+80
2024-06-04[MLIR] Improve translation of DISubrange. (#93689)Abid Qadeer2-7/+61
2024-06-04[mlir][emitc] arith.cmpf to EmitC conversion (#93671)Tina Jung2-0/+244
2024-06-03[mlir][MemRef] Extend memref.subview sub-byte type emulation support. (#94045)Han-Chung Wang1-2/+37
2024-06-03[mlir][arith] Further clean up select op definition (#93358)Jakub Kuderski2-4/+4
2024-06-03[mlir][vector] Add support for unrolling vector.bitcast ops. (#94064)Han-Chung Wang2-0/+63
2024-06-03[mlir][spirv] Add integration tests for `vector.interleave` and `vector.shuff...Angel Zhang2-0/+158
2024-06-03[mlir][emitc] Lower arith.andi, arith.ori, arith.xori to EmitCCorentin Ferry1-0/+39
2024-06-01[MLIR][SCF] Add an API to fuse consumer to a producer within scf loop (#88712)Abhishek Varma3-0/+389
2024-06-01[mlir][bufferization] Allow mixed static/dynamic shapes in `materialize_in_de...Matthias Springer2-5/+15
2024-05-31[mlir][polynomial] ensure primitive root calculation doesn't overflow (#93368)Jeremy Kun1-0/+10
2024-05-31[MLIR][GPU-LLVM] Define `-convert-gpu-to-llvm-spv` pass (#90972)Victor Perez1-0/+209
2024-05-31[mlir][tensor] Fold unpadding collapse_shape into extract_slice (#93554)Adam Siemieniuk1-10/+92
2024-05-31[mlir][irdl] Lookup symbols near dialects instead of locally (#92819)Théo Degioanni4-23/+18
2024-05-30[mlir][polynomial] verify from_tensor coeff type (#93243)Jeremy Kun1-1/+1
2024-05-30[mlir][test] Rename Vector integration tests for CPU (nfc) (#93521)Andrzej Warzyński77-0/+0
2024-05-30[MLIR][AMDGPU] Remove support for old llvm.amdgcn.buffer.* intrinsics (#93838)Jay Foad2-49/+0
2024-05-30[mlir][linalg] Add folder for transpose(transpose) -> transpose (#93606)Ryan Holt1-0/+45
2024-05-30[polynomial] Move primitive root attribute to ntt/intt ops. (#93227)Jeremy Kun3-46/+47
2024-05-30[mlir][vector] Add 1D vector.deinterleave lowering (#93042)Mubashar Ahmad3-0/+70
2024-05-30[mlir][py] invalidate nested operations when parent is deleted (#93339)Oleksandr "Alex" Zinenko1-0/+46
2024-05-30[ConstantFold] Remove notional over-indexing fold (#93697)Nikita Popov2-5/+5