Sign in
llvm
/
llvm-project
/
mlir
/
HEAD
46be14b
[MLIR] Improve verifier failure error message (#188507)
by Mehdi Amini
· 26 minutes ago
main
master
914f298
[mlir] Add Repeated<T> constructors for TypeRange and ValueRange (#186923)
by Jakub Kuderski
· 77 minutes ago
7a1b3cf
[mlir][func] Fix crashes in FuncToLLVM discardable attributes propagation logic (#188232)
by Hocky Yudhiono
· 85 minutes ago
a954fdd
[MLIR] Fix crash in alias printer when encountering null operands (#188581)
by Mehdi Amini
· 2 hours ago
776ecac
[AMDGPU] Disable neg_lo[0:1] and neg_hi[0:1] on wmma_f32_16x16x32_bf16 (#188649)
by Stanislav Mekhanoshin
· 5 hours ago
ba92b90
[LLVM-Flang] Add support for -fdebug-info-for-profiling option (#188022)
by Kaviya Rajendiran
· 6 hours ago
79c41e7
[mlir][CAPI] Fix unused-but-set-variable warning in smt.c (NFC) (#188473)
by Longsheng Mou
· 11 hours ago
a360ac2
[MLIR] Fix -Wunused-but-set-variable
by Aiden Grossman
· 15 hours ago
18da46a
Reapply "[MLIR] [Mem2Reg] Fix unused block argument removal logic (#188484)" (#188571) (#188599)
by Slava Zakharin
· 15 hours ago
c5b29c6
[mlir][tosa] Optimize block scaled cast sequences (#188018)
by Ian Tayler Lessa
· 16 hours ago
ec5dd20
[NFC][OpenMP][mlir][flang] Move OMP offloading module attribute handling from flang to mlir (#186409)
by Jan Leyonberg
· 16 hours ago
37ea762
Revert "[MLIR] [Mem2Reg] Fix unused block argument removal logic (#188484)" (#188571)
by Slava Zakharin
· 17 hours ago
b6ae783
[MLIR][DataFlow] Fix two crashes in DeadCodeAnalysis on empty/no-terminator regions (#188548)
by Mehdi Amini
· 17 hours ago
ed89de7
[MLIR] [Python] Relaxed `list` to `Sequence` in most parameter types (#188543)
by Sergei Lebedev
· 17 hours ago
532b01b
[MLIR] Convert LLVMImportDialectInterface using ODS (#181923)
by AidinT
· 18 hours ago
e12f51f
[mlir][linalg] Fix crash in greedy fusion when producer is fused into multiple consumers (#188561)
by Mehdi Amini
· 18 hours ago
0384189
[MLIR] [Mem2Reg] Quick fix for dominance info invalidation (#188518)
by Théo Degioanni
· 18 hours ago
592efe3
[mlir][linalg] Improve inner tile size mismatch diagnostics in pack/unpack verifier (#188525)
by Mehdi Amini
· 18 hours ago
35f22f8
[MLIR] convert ConvertToLLVMPatternInterface to ods (#188354)
by AidinT
· 18 hours ago
3889834
[MLIR] [Mem2Reg] Fix unused block argument removal logic (#188484)
by Théo Degioanni
· 20 hours ago
358f6e6
[MLIR] [Python] Fixed a long standing bug in the `PyRegionListIterator` (#188475)
by Sergei Lebedev
· 21 hours ago
90a4fbe
[mlir][linalg] Fix UBSan division-by-zero in PackOp folding (#186271)
by Mehdi Amini
· 21 hours ago
281918d
[flang][mlir][OpenMP] Add linear modifier (val, ref, uval) (#187142)
by Chi-Chun, Chen
· 21 hours ago
4f3a976
[acc] Lower acc if with multi-block host fallback via scf.execute_region (#188350)
by Susan Tan (ス-ザン タン)
· 21 hours ago
8c03ac0
[MLIR][XeGPU] Validate DPAS operand types against uArch in XeGPUToXeVM conversion (#185081)
by Arjun Bhamra
· 22 hours ago
b323ef1
[MLIR] [Python] More improvements to type annotations (#188468)
by Sergei Lebedev
· 22 hours ago
401c7ba
[mlir][spirv] Add last 4 data layout ops in TOSA Ext Inst Set (#188199)
by Davide Grohmann
· 23 hours ago
b1ad695
[MLIR][NVVM] NFC: Refactor NVVM op definitions in NVVMOps.td (#188436)
by Varad Rahul Kamthe
· 24 hours ago
7c63982
[mlir][arith] Fix variable only used by assert (#188461)
by Yi Zhang
· 25 hours ago
decb895
[mlir][arith] Add `arith.convertf` op (#188041)
by Matthias Springer
· 28 hours ago
4557d21
[MLIR][XeGPU][TransformOps] Remove obsolete transform ops (#187561)
by Tuomas Kärnä
· 28 hours ago
918ef46
[Flang][OpenMP] Remove dead restoreIP in OpenMP taskloop lowering (#187222)
by Sairudra More
· 32 hours ago
5c9b23c
[mlir][memref] Simplify expand_shape size/stride computation using output_shape (#187844)
by Longsheng Mou
· 34 hours ago
3802e56
[mlir][mem2reg] Process direct uses inside other regions. (#188359)
by Slava Zakharin
· 2 days ago
564130e
[mlir][CFGToSCF] Fix crash when region contains unconvertible multi-successor op (#183935)
by Mehdi Amini
· 2 days ago
6ed739e
[mlir][arith] Mark `arith.remsi` and `arith.remui` as conditionally speculatable (#188263)
by Matthias Springer
· 2 days ago
fcdbddf
[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TosaOps.cpp (NFC)
by Mehdi Amini
· 7 months ago
db98b09
[MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in TosaReduceTransposes.cpp (NFC)
by Mehdi Amini
· 7 months ago
95842c8
[mlir][linalg] Fix linalg.index handeling in partial reduction tiling (#188261)
by Kunwar Grover
· 2 days ago
682ad3f
[MLIR][Python][Docs] Fix example of Python-defined dialects (#188174)
by Twice
· 2 days ago
e2a2886
[mlir][nfc] Fix gcc compiler error on destructor in PassRegistry.cpp (#187900)
by Chris Cotter
· 2 days ago
bde5153
[affine] Support xori/maxnumf/minnumf reduction types. (#184450)
by Slava Zakharin
· 2 days ago
cbc62d5
[MLIR] [Mem2Reg] [NFC] Update pass documentation (#188140)
by Théo Degioanni
· 3 days ago
9fb61b0
[AIX] XFAIL mlir builtin test on big endian AIX [NFC] (#187365)
by Mark Danial
· 3 days ago
dfcd2d8
[MLIR][Mem2Reg] Add support for region control flow and SCF (#185036)
by Théo Degioanni
· 3 days ago
09061f3
[MLIR][TableGen] Make optional enum parser not consume the token when it is not matched (#188008)
by Robert Konicar
· 3 days ago
09bad2a
[mlir][spirv] Add first 3 data layout ops in TOSA Ext Inst Set (#187714)
by Davide Grohmann
· 3 days ago
9a2670d
[mlir][python] Fix PyObjectRef copy/move assignment for MSVC (#186758)
by Jorn Tuyls
· 3 days ago
b22ac9a
[NVPTX] Canonicalize NVVM attribute strings and refactor property queries (NFC) (#187752)
by Alex MacLean
· 3 days ago
7ed56a8
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in ShardingPropagation.cpp (NFC)
by Mehdi Amini
· 7 months ago
64a221c
[mlir][x86] Hardware extension namespaces (#184392)
by Adam Siemieniuk
· 3 days ago
f0a4ebe
[mlir][linalg] Fix crash in linalg.reduce verifier when inputs \!= inits count (#186278)
by Mehdi Amini
· 3 days ago
850b2a0
[MLIR] Move SFINAE from return type to template argument in OpImplementation.h (NFC) (#188039)
by Mehdi Amini
· 3 days ago
e07e83a
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in IndexOps.cpp (NFC)
by Mehdi Amini
· 7 months ago
82514dd
[MLIR] Apply clang-tidy fixes for llvm-else-after-return in RemoveDeadValues.cpp (NFC)
by Mehdi Amini
· 7 months ago
19c6e35
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TileUsingInterface.cpp (NFC)
by Mehdi Amini
· 7 months ago
b60d225
[MLIR] Apply clang-tidy fixes for modernize-use-equals-default in TestOneShotModuleBufferize.cpp (NFC)
by Mehdi Amini
· 7 months ago
a1cc351
[MLIR] Fix crash when parsing typed attribute via parseOptionalAttribute (#186192)
by Mehdi Amini
· 3 days ago
e0ee750
[mlir][tblgen] Emit diagnostic instead of crashing for invalid interface method arg type (#186430)
by Mehdi Amini
· 3 days ago
4ab9796
IntegerAttr accessor changed to returning APInt by reference. (#187351)
by Jacques Pienaar
· 3 days ago
2c6e204
[mlir][affine] Fix crash in addAffineParallelOpDomain with min/max bounds (#184130)
by Mehdi Amini
· 3 days ago
9002244
[MLIR][Affine] Fix crash in replaceAllMemRefUsesWith when replacement fails (#186282)
by Mehdi Amini
· 3 days ago
a8d45f4
[MLIR][Vector] Remove implicit bitcast behavior from vector.extract (#186383)
by Mehdi Amini
· 3 days ago
4ae1d67
[mlir][LLVM] Add more `llvm.intr.experimental.constrained.*` ops (#187948)
by Matthias Springer
· 3 days ago
5fda67c
[mlir][tensor] Fix empty tensor with cast encoding fold (#187963)
by Hocky Yudhiono
· 3 days ago
e869554
[MLIR] [Python] A few minor fixes to type annotations (#187956)
by Sergei Lebedev
· 3 days ago
65bd25b
[MLIR][IRDL][Python] Fix error while composing `irdl.any_of` and `irdl.base` (#187914)
by Twice
· 3 days ago
d4e60e9
[mlir] Deterministic containers in BytecodeWriter (#187819)
by Colin He
· 4 days ago
62638c5
[MLIR][XeGPU] Add distribution patterns for vector insert & extract ops in sg to wi pass (#184665)
by Nishant Patel
· 4 days ago
4d0e86d
[mlir][linalg] Specialize transform op - emit category ops (#187506)
by Adam Siemieniuk
· 4 days ago
94589ae
[MLIR][Python] Make init parameters follow the field definition order (#186574)
by Twice
· 5 days ago
666b993
[mlir][SPIRV] Add alignment calculation to support `PhysicalStorageBuffer` with vector types (#187698)
by Artem Gindinson
· 5 days ago
af3ec49
[MLIR][XeGPU] Enhance XeGPU lane layout to support "wrap-around" distribution (#186958)
by Jianhui Li
· 5 days ago
6f6e3b4
[mlir][tosa] Fix crash in slice op folder when input values are not iterable (#187339)
by Luke Hutton
· 6 days ago
ed4f94f
[MLIR][XeGPU] Fix dpas f16 output layout (#184419)
by Andrey Pavlenko
· 6 days ago
2696940
[mlir][acc] Sink constants into acc.compute_region when creating (#187777)
by Razvan Lupusoru
· 6 days ago
5fd7694
[mlir][acc] Use index for acc.par_width results (#187734)
by Razvan Lupusoru
· 6 days ago
3ff0477
[ACC] Use ExistingOps strictness in ACCSpecializeForDevice for non-specialized functions (#187645)
by khaki3
· 6 days ago
b4a23eb
[MLIR][XeGPU] Enhance multi-reduction layout propagation rules (#186308)
by Jianhui Li
· 6 days ago
017abd6
[mlir][spirv] Add reduction ops in TOSA Ext Inst Set (#187278)
by Davide Grohmann
· 6 days ago
6761839
[mlir-python] Fix duplicate EnumAttr builder registration across dialects. (#187191)
by Maksim Levental
· 6 days ago
69a0e19
[mlir][linalg] Fix vectorizer generating invalid vector.gather for 0-D tensor.extract (#187085)
by Edgar
· 7 days ago
2f984a1
[LLVM] Improve IR parsing and printing for target memory locations (#176968)
by CarolineConcatto
· 7 days ago
e358bda
[mlir][tensor] Forward concat insert_slice destination into DPS provider (#183490)
by Dhruv Chauhan
· 7 days ago
5698f85
[OpenACC][NFC] Generalize wrapMultiBlockRegionWithSCFExecuteRegion (#187359)
by Zhen Wang
· 7 days ago
240277e
[mlir][memref] Rewrite scalar `memref.copy` through reinterpret_cast into load/store (#186118)
by ioana ghiban
· 7 days ago
c44b715
[mlir][EmitC] Support pointer-based memrefs in load/store lowering (#186828)
by ioana ghiban
· 7 days ago
95a83b6
[MLIR][XeGPU] Lowering 2-Dimensional Reductions of N-D Tensors into Chained 1-D Reductions (#186034)
by Jianhui Li
· 7 days ago
4c09092
[mlir][acc] Support call target handling for bind(name) (#187390)
by Razvan Lupusoru
· 7 days ago
ae856f7
[mlir][LLVM] add llvm.fake.use to LLVM dialect (#187026)
by jeanPerier
· 7 days ago
f241be8
[MLIR][XeVM] Update HandleVectorExtractPattern (#186247)
by Sang Ik Lee
· 8 days ago
86a4adf
[MLIR][XeVM] Add truncf and mma_mx op. (#180055)
by Sang Ik Lee
· 8 days ago
9becb5d
[MLIR][Python] Add optional emit reset to exportSMTLIB (#187366)
by RattataKing
· 8 days ago
4b53ead
[mlir][GPU] Bump static bound on cluster IDs (#187106)
by Krzysztof Drewniak
· 8 days ago
523ceff
[NVPTX] Split Param address space into EntryParam and DeviceParam (NFC) (#186636)
by Alex MacLean
· 8 days ago
d8d82ac
[mlir][Transform] Fix crash in SequenceOp::getEffects when body region is empty (#185063)
by Mehdi Amini
· 8 days ago
89109d9
[mlir][acc] Fix bindNameValue for RoutineOp (#187307)
by Razvan Lupusoru
· 8 days ago
5bd88ed
[MLIR][LLVMIR][NFC] Drop uses of BranchInst (#187304)
by Alexis Engelke
· 8 days ago
821177c
[mlir][bufferization] Fix crash in promote-buffers-to-stack for nested memrefs (#186426)
by Mehdi Amini
· 8 days ago
41e2de7
[MLIR][XeGPU] Avoid crashing on `gpu.func` missing `gpu.return` (#186330)
by Akimasa Watanuki
· 8 days ago
Next »