summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AMDGPU/GlobalISel
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-21AMDGPU: Stop implementing shouldCoalesce (#168988)Matt Arsenault
2025-11-21[AMDGPU] Enable multi-group xnack replay in hardware (GFX1250) (#169016)Christudasan Devadasan
2025-11-19Re-land [Transform][LoadStoreVectorizer] allow redundant in Chain (#168135)Gang Chen
2025-11-20RenameIndependentSubregs: try to only implicit def used subregs (#167486)Carl Ritson
2025-11-18[AMDGPU][GlobalISel] Add regbankselect rules for G_FSHR (#159818)Anshil Gandhi
2025-11-17[AMDGPU][GlobalISel] Add RegBankLegalize support for G_FMUL (#167847)vangthao95
2025-11-14Revert "[Transform][LoadStoreVectorizer] allow redundant in Chain (#1… (#16...Gang Chen
2025-11-14[GlobalISel] Add support for value/constants as inline asm memory operand (#1...Pierre van Houtryve
2025-11-13[Transform][LoadStoreVectorizer] allow redundant in Chain (#163019)Gang Chen
2025-11-13[AMDGPU][SIInsertWaitCnts] Gfx12.5 - Refactor xcnt optimization (#164357)Ryan Mitchell
2025-11-11[AMDGPU][GISel] Add RegBankLegalize support for G_AMDGPU_WAVE_ADDRESS (#167456)Chinmay Deshpande
2025-11-11AMDGPU: Start using RegClassByHwMode for wavesize operandsMatt Arsenault
2025-11-11AMDGPU: Relax shouldCoalesce to allow more register tuple widening (#166475)Matt Arsenault
2025-11-11[AMDGPU][GlobalISel] Add RegBankLegalize support for G_BLOCK_ADDR and G_GLOBA...vangthao95
2025-11-10RegisterCoalescer: Enable terminal rule by default for AMDGPU (#161621)Matt Arsenault
2025-11-07[AMDGPU][MachineVerifier] test failures in SIFoldOperands (#166600)Abhay Kanhere
2025-11-07[AMDGPU][NFC] Pre-commit shlN_add test results with sdag (#166636)LU-JOHN
2025-11-06Reland: CodeGen: Record MMOs in finalizeBundle (#166689)Nicolai Hähnle
2025-11-05[GlobalISel] Add `G_EXTRACT_VECTOR_ELT` for `computeKnownBits` (#164825)Moritz Zielke
2025-11-05Revert "CodeGen: Record MMOs in finalizeBundle" (#166520)Jan Patrick Lehr
2025-11-05CodeGen: Record MMOs in finalizeBundle (#166210)Nicolai Hähnle
2025-11-04[CodeGen] MachineVerifier to check early-clobber constraint (#151421)Abhay Kanhere
2025-11-03[AMDGPU][GlobalISel] Add RegBankLegalize support for G_FENCE (#165939)vangthao95
2025-10-31AMDGPU/GlobalISel: Fix vgpr abs tests using SGPR return (#165965)Matt Arsenault
2025-10-31[AMDGPU][GlobalISel] Clean up selectCOPY_SCC_VCC function (#165797)vangthao95
2025-10-31[AMDGPU][GlobalISel] Add register bank legalization for G_FADD (#163407)Abhinav Garg
2025-10-30[AMDGPU] Add regbankselect rules for G_ADD/SUB and variants (#159860)Anshil Gandhi
2025-10-30[AMDGPU][GlobalISel] Fix issue with copy_scc_vcc on gfx7 (#165355)vangthao95
2025-10-30[AMDGPU] Enable "amdgpu-uniform-intrinsic-combine" pass in pipeline. (#162819)Pankaj Dwivedi
2025-10-29[AMDGPU] Support image atomic no return instructions (#150742)Harrison Hao
2025-10-28[GlobalISel] Combine away G_UNMERGE(G_IMPLICITDEF). (#119183)David Green
2025-10-25[Legalizer] Cache extracted element when lowering G_SHUFFLE_VECTOR. (#163893)Yunqing Yu
2025-10-24[AMDGPU][GlobalISel] Combine (or s64, zext(s32)) (#151519)Mirko Brkušanin
2025-10-24[AMDGPU][GlobalISel] Lower G_FMINIMUM and G_FMAXIMUM (#151122)Mirko Brkušanin
2025-10-24[GlobalISel] Make scalar G_SHUFFLE_VECTOR illegal. (#140508)David Green
2025-10-22[AMDGPU] Reland "Remove redundant s_cmp_lg_* sX, 0" (#164201)LU-JOHN
2025-10-22[CodeGen] Remove `-enable-unsafe-fp-math` option (#164559)paperchalice
2025-10-21[AMDGPU] Update code sequence for CU-mode Release Fences in GFX10+ (#161638)Pierre van Houtryve
2025-10-18Revert "[AMDGPU] Remove redundant s_cmp_lg_* sX, 0 " (#164116)Jan Patrick Lehr
2025-10-18[AMDGPU] Remove redundant s_cmp_lg_* sX, 0 (#162352)LU-JOHN
2025-10-16[GlobalIsel] Remove NoNaNsFPMath uses (#163484)paperchalice
2025-10-13[AMDGPU] expand-fp: unify scalarization (NFC) (#158588)Frederik Harwath
2025-10-10[AMDGPU][GlobalISel] Add RegBankLegalize support for G_ASSERT_{S|Z}EXT ops (#...Chinmay Deshpande
2025-10-10[AMDGPU][GlobalISel] Add register bank legalization for G_SMIN/G_SMAX/G_UMIN/...Syadus Sefat
2025-10-10[AArch64][GlobalISel] Add G_FPEXT(G_FCONSTANT) folding (#162829)Ryan Cowan
2025-10-10Revert "[AArch64][GlobalISel] Add G_FPEXT(G_FCONSTANT) folding" (#162805)Ryan Cowan
2025-10-10[GlobalISel] add KnownBits tracking for G_UMULH and G_SMULH (#158445)Pragyansh Chaturvedi
2025-10-10[AArch64][GlobalISel] Add G_FPEXT(G_FCONSTANT) folding (#160902)Ryan Cowan