summaryrefslogtreecommitdiff
path: root/mlir/test/Target/LLVMIR
AgeCommit message (Expand)Author
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[mlir][ROCDL] Adds wmma scaled intrinsics for gfx1250 (#165915)Muzammiluddin Syed
2025-11-21[mlir][llvm] Handle debug record import edge cases (#168774)Tobias Gysi
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-19Reland "[MLIR][NVVM] Add tcgen05.mma MLIR Ops (#164356)" (#168638)Pradeep Kumar
2025-11-18Revert "[MLIR][NVVM] Add tcgen05.mma MLIR Ops" (#168583)Mehdi Amini
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-18[MLIR][NVVM] Add tcgen05.mma MLIR Ops (#164356)Pradeep Kumar
2025-11-17[MLIR][NVVM] Add support for shared::cta destination (#168056)Durgadoss R
2025-11-14[mlir][NVVM][NFC] Remove useless options form run lines (#168098)Valentin Clement (バレンタイン クレメン)
2025-11-14[MLIR][LLVM] Debug info: import debug records directly (#167812)Bruno Cardoso Lopes
2025-11-13[mlir][ROCDL] Refactor wmma intrinsics to use attributes not operands where p...Muzammiluddin Syed
2025-11-13[mlir][NVVM] Make sure barrier reduction attr can roundtrip (#167958)Valentin Clement (バレンタイン クレメン)
2025-11-13[ROCDL] Added missing cluster.ids op (gfx1250) (#167890)Ravil Dorozhinskii
2025-11-13[MLIR][LLVMIR] Add {s,u}cmp intrinsics to LLVM dialect (#167870)Robert Konicar
2025-11-13[ROCDL] Added missing s.get.named.barrier.state op (gfx1250) (#167876)Ravil Dorozhinskii
2025-11-12[mlir][NVVM] Add support for barrier0-reduction operation (#167036)Valentin Clement (バレンタイン クレメン)
2025-11-11[NVVM] Make nanosleep op duration SSA value (#167331)Guray Ozen
2025-11-10 [ROCDL] Added matrix load-transpose ops for gfx1250+ (#165564)Ravil Dorozhinskii
2025-11-07[mlir][NVVM] Add nvvm.membar operation (#166698)Valentin Clement (バレンタイン クレメン)
2025-11-05[MLIR][NVVM] Fix the lowering of mbarrier.test.wait (#166555)Durgadoss R
2025-11-05[MLIR][NVVM] Update mbarrier Ops to use AnyTypeOf[] (2/n) (#165993)Durgadoss R
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-11-04[mlir][rocdl] Add GlobalLoadAsyncToLDS operation (#165374)Pablo Antonio Martinez
2025-11-04[MLIR][NVVM] Update Op verifiers to prevent ungraceful exits (#165677)Srinivasa Ravi
2025-11-04[MLIR][NVVM] Update redux.sync op (#166125)Srinivasa Ravi
2025-11-03[MLIR][NVVM] Add support for Convert Ops with rs-rounding mode (#165736)Stefan Mada
2025-10-31[MLIR][NVVM] Extend NVVM mma ops to support fp64 (#165380)Giacomo Castiglioni
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon
2025-10-28[mlir][ROCDL] Add tensor load and store instructions to ROCDL (#165016)Justin Rosner
2025-10-28[MLIR] Fix test after ptrtoaddr changeNikita Popov
2025-10-23[MLIR][NVVM] Add support for converting fp4/6/8 to fp16x2 (#162439)Srinivasa Ravi
2025-10-22[Flang][mlir] - Translation of delayed privatization for deferred target-task...Pranav Bhandarkar
2025-10-21[mlir][LLVMIR] Remove "unsafe-fp-math" attribute support (#162782)paperchalice
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-18[mlir][rocdl] Adds `cvt.scalef32.pk16.*` and `cvt.scalef32.sr.pk16.*` operati...Erick Ochoa Lopez
2025-10-17[ROCDL] Add gfx1250 WMMA intrinsics (#162343)Muzammil
2025-10-16[MLIR][LLVM] Add inline_hint as a first class function attribute (#163324)Morris Hafner
2025-10-15[MLIR][NVVM] Fixed assertion failure for insufficient parsing validation of n...Stefan Mada
2025-10-15[ROCDL] Added asynccnt and tensorcnt wait ops (gfx1250) (#163533)ravil-mobile
2025-10-15[MLIR][NVVM] Fix assertion failure for insufficient parsing validation of nvv...Stefan Mada
2025-10-15[MLIR][LLVM] Avoid creating unused NameLocs for imported functions (#163506)Christian Ulmann
2025-10-15[MLIR][NVVM] Add support for f32x2 to f4x2 conversion (#162273)Srinivasa Ravi
2025-10-13[mlir][amx] Optional stride for tile load and store (#159569)Adam Siemieniuk
2025-10-09[ROCDL] Added missing named barrier ops (gfx1250) (#162488)ravil-mobile
2025-10-09[MLIR][NVVM] Update convert Ops to use builtin types (#159704)Srinivasa Ravi
2025-10-07[ROCDL] Added rocdl.cvt.scale.sr.pk8 ops (#162244)ravil-mobile
2025-10-06[NVPTX] Added more MMA intrinsics for F8F6F4 and FP64 types. (#156040)Kirill Vedernikov
2025-10-03[Flang] Add standalone tile support (#160298)Michael Kruse
2025-10-02[mlir][omp] Add omp.tile operation (#160292)Michael Kruse