summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/NVPTX
AgeCommit message (Expand)Author
2025-11-23Revert "[RegAlloc] Fix the terminal rule check for interfere with DstReg (#16...Aiden Grossman
2025-11-23[RegAlloc] Fix the terminal rule check for interfere with DstReg (#168661)hstk30-hw
2025-11-21[NVPTX] Support for dense and sparse MMA intrinsics with block scaling. (#163...Kirill Vedernikov
2025-11-20Reapply "DAG: Allow select ptr combine for non-0 address spaces" (#168292) (#...Matt Arsenault
2025-11-19[clang][NVPTX] Add remaining float to fp16 conversions (#167641)Srinivasa Ravi
2025-11-19[NVPTX] Add a few more missing fence intrinsics (#166352)Pradeep Kumar
2025-11-18[clang][NVPTX] Fix SM requirement of f32-tf32 rna satfinite conversion (#167836)Srinivasa Ravi
2025-11-17[LLVM-Tablegen] Pretty Printing Arguments in LLVM Intrinsics (#162629)Dharuni R Acharya
2025-11-16Revert "DAG: Allow select ptr combine for non-0 address spaces" (#168292)ronlieb
2025-11-13DAG: Allow select ptr combine for non-0 address spaces (#167909)Matt Arsenault
2025-11-13[NVPTX] Add TMA non-tensor variant of g2s-cta intrinsic (#167508)Durgadoss R
2025-11-12CodeGen: Remove target hook for terminal rule (#165962)Matt Arsenault
2025-11-04Added Conditions of SM90 and ISA7.8 for Using cvt.ftz.f32.bf16 Instruction (#...yasmincs
2025-11-04[test] Avoid writing test output to readonly dir (#166404)Jordan Rupprecht
2025-11-03[NVPTX] Add more clear error message for using invalid syncscope (#165737)Stefan Mada
2025-11-01[NVPTX] Add ex2.approx bf16 support and cleanup intrinsic definition (#165446)Alex MacLean
2025-10-31[NVPTX] Move TMA G2S lowering to Tablegen (#165710)Rajat Bajpai
2025-10-29[DAGCombiner] Lower dynamic insertelt chain more efficiently (#162368)Princeton Ferro
2025-10-27[NVPTX] Add missing mbarrier intrinsics (#164864)Durgadoss R
2025-10-22[CodeGen] Remove `-enable-unsafe-fp-math` option (#164559)paperchalice
2025-10-16[NVPTX] fix truncating/extending loads/stores for v2i32 (#163838)Artem Belevich
2025-10-13[NVPTX] Update architecture support checks for tcgen05 intrinsics (#161519)Rajat Bajpai
2025-10-09[NVPTX] properly expand operations that we do not support on v2i32 (#162391)Artem Belevich
2025-10-09[NFC][NVPTX-Tests] Split tcgen05 cta group tests (#162597)Rajat Bajpai
2025-10-08[NVPTX] Fix global destructor handling not working with a single dtor (#162537)Joseph Huber
2025-10-06[NVPTX] Added more MMA intrinsics for F8F6F4 and FP64 types. (#156040)Kirill Vedernikov
2025-10-06[clang][NVPTX] Add intrinsics and builtins for CVT RS rounding mode (#160494)Srinivasa Ravi
2025-10-02[NVPTX] expand trunc/ext on v2i32 (#161715)Artem Belevich
2025-09-30[DAGCombiner] Remove most `NoSignedZerosFPMath` uses (#161180)paperchalice
2025-09-26[NVPTX] legalize v2i32 to improve compatibility with v2f32 (#153478)Princeton Ferro
2025-09-26[SelectionDAG] Improve v2f16 maximumnum expansion (#160723)Lewis Crawford
2025-09-26[CodeGen] Ignore requiresStructuredCFG check in canSplitCriticalEdge if succe...Wenju He
2025-09-25[NVPTX] Reland `mad.wide` combine under (default off) CLI option (#160214)Justin Fargnoli
2025-09-24[LLVM][NVPTX-Tests] Fix tcgen05.mma lit tests committed in 7be3c3a (#160464)Pradeep Kumar
2025-09-24[NVPTX] prefetch.tensormap pattern rewriter fix (#159253)Abhilash Majumder
2025-09-24[NVVM][NVPTX] Add support for tcgen05.mma (#151949)Pradeep Kumar
2025-09-22[NVPTX] Add 3-operand fmin/fmax DAGCombines (#159729)Lewis Crawford
2025-09-05[NVPTX] Add sm_88 and sm_110* arch support (#156857)Rajat Bajpai
2025-09-04[NVPTX] Add support for tcgen05 instructions for sm103 target (#156613)masahi
2025-09-02[NVPTX] Fix `fence-nocluster.ll` `ptxas` invocation (NFC) (#156531)Justin Fargnoli
2025-09-02Reland "[lit] Refactor available `ptxas` features" (#155923)Justin Fargnoli
2025-08-29[NVPTX] Remove unsupported 'seq_cst' test (#156088)Alex MacLean
2025-08-29[NVPTX] Add max/minimumnum to ISel (#155804)Lewis Crawford
2025-08-28[NVPTX] Fixup some issues introduced by 128-bit atomics (#155921)Alex MacLean
2025-08-28Revert "[lit] Refactor available `ptxas` features" (#155914)Justin Fargnoli
2025-08-28[NVPTX] Support i256 load/store with 256-bit vector load (#155198)Alex MacLean
2025-08-28[NVPTX] add support for 128-bit atomics (#154852)Alex MacLean
2025-08-28[lit] Refactor available `ptxas` features (#154439)Justin Fargnoli
2025-08-27[NVPTX] Auto-upgrade nvvm.grid_constant to param attribute (#155489)Alex MacLean
2025-08-25Partial revert "[NVPTX] Enhance mul.wide and mad.wide peepholes #150477" (#15...Justin Fargnoli