aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[NFC][AMDGPU] Declare variables initialized with getDebugLoc as const ref (#1...LU-JOHN1-1/+1
2025-11-13[CodeGen] Use VirtRegOrUnit where appropriate (NFCI) (#167730)Sergei Barannikov1-10/+13
2025-09-16[AMDGPU] Refactor out common exec mask opcode patterns (NFCI) (#154718)Carl Ritson1-87/+55
2025-05-23[NFC][CodeGen] Adopt MachineFunctionProperties convenience accessors (#141101)Rahul Joshi1-2/+1
2025-03-24[AMDGCN][SIWholeQuadMode] Rework splitBlock/lowerKillI1/lowerKillF32 to handl...Juan Manuel Martinez Caamaño1-20/+19
2025-02-22[AMDGPU] Avoid repeated hash lookups (NFC) (#128298)Kazu Hirata1-3/+4
2025-02-05[CodeGen][NewPM] Port SIWholeQuadMode to NPM. (#125833)Christudasan Devadasan1-26/+58
2025-01-29[NFC][SIWholeQuadMode] Remove redundant arguments (#124930)Juan Manuel Martinez Caamaño1-25/+18
2025-01-29[NFC][SIWholeQuadMode] Perform less lookups (#124927)Juan Manuel Martinez Caamaño1-21/+12
2025-01-19[AMDGPU] SIWholeQuadMode: Ensure earliest WQM entry point for PS (#123266)Carl Ritson1-1/+8
2025-01-14[AMDGPU] Fix computed kill mask (#122736)Piotr Sobczak1-1/+1
2024-12-13Reapply "[DomTreeUpdater] Move critical edge splitting code to updater" (#119...paperchalice1-1/+1
2024-12-11Revert "[DomTreeUpdater] Move critical edge splitting code to updater" (#119512)paperchalice1-1/+1
2024-12-11[DomTreeUpdater] Move critical edge splitting code to updater (#115111)paperchalice1-1/+1
2024-10-03[AMDGPU] Qualify auto. NFC. (#110878)Jay Foad1-4/+4
2024-09-13Reland "[amdgpu] Add llvm.amdgcn.init.whole.wave intrinsic" (#108512)Diana Picus1-1/+29
2024-09-12Revert "Reland "[amdgpu] Add llvm.amdgcn.init.whole.wave intrinsic" (#108054)...Diana Picus1-29/+1
2024-09-12Reland "[amdgpu] Add llvm.amdgcn.init.whole.wave intrinsic" (#108054)" (#108173)Diana Picus1-1/+29
2024-09-11[AMDGPU] Simplify and improve codegen for llvm.amdgcn.set.inactive (#107889)Jay Foad1-34/+23
2024-09-11[AMDGPU] Shrink a live interval instead of recomputing it. NFCI. (#108171)Jay Foad1-7/+7
2024-09-10Revert "[amdgpu] Add llvm.amdgcn.init.whole.wave intrinsic" (#108054)Vitaly Buka1-25/+1
2024-09-10[amdgpu] Add llvm.amdgcn.init.whole.wave intrinsic (#105822)Diana Picus1-1/+25
2024-09-08[AMDGPU] Remove unnecessary untieRegOperand (#107695)Jay Foad1-1/+0
2024-09-05[AMDGPU] V_SET_INACTIVE optimizations (#98864)Carl Ritson1-16/+73
2024-08-01[AMDGPU] SIWholeQuadMode: avoid execz effects in exact regions (#101157)Carl Ritson1-5/+21
2024-07-17[AMDGPU] Remove SIWholeQuadMode pass early exit (#98450)Carl Ritson1-25/+38
2024-07-17[AMDGPU] clang-tidy: use emplace_back instead of push_back. NFC.Jay Foad1-8/+8
2024-07-15[AMDGPU] SIWholeQuadMode: remove unnecessary map access (NFCI)Carl Ritson1-2/+1
2024-07-11[AMDGPU] Fix machine verification failure from INIT_EXEC lowering (#98333)Jay Foad1-1/+3
2024-07-11Revert "[CodeGen] Remove `applySplitCriticalEdges` in `MachineDominatorTree` ...Nikita Popov1-1/+1
2024-07-11[CodeGen] Remove `applySplitCriticalEdges` in `MachineDominatorTree` (#97055)paperchalice1-1/+1
2024-07-10[CodeGen][NewPM] Port `LiveIntervals` to new pass manager (#98118)paperchalice1-4/+4
2024-07-09[CodeGen][NewPM] Port `SlotIndexes` to new pass manager (#97941)paperchalice1-1/+1
2024-06-12[AMDGPU] Remove SIWholeQuadMode pseudo wavemode optimization (#94133)Carl Ritson1-49/+0
2024-06-12[CodeGen][NewPM] Split `MachinePostDominators` into a concrete analysis resul...paperchalice1-4/+6
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice1-3/+4
2024-06-07[AMDGPU] Fix interaction between WQM and llvm.amdgcn.init.exec (#93680)Jay Foad1-9/+20
2024-06-06[AMDGPU] Move INIT_EXEC lowering from SILowerControlFlow to SIWholeQuadMode (...Jay Foad1-1/+102
2024-05-29[AMDGPU] Reduce use of continue in SIWholeQuadMode. NFC. (#93659)Jay Foad1-56/+36
2024-04-24[CodeGen] Make the parameter TRI required in some functions. (#85968)Xu Zhang1-2/+2
2024-01-03[AMDGPU] Add VDSDIR instructions for GFX12 (#75197)Mirko Brkušanin1-1/+3
2023-11-10[AMDGPU] si-wqm: Skip only LiveMask COPYDiana Picus1-1/+2
2023-11-02[AMDGPU] Remove dom tree requirements from SIWholeQuadMode pass (#71012)Carl Ritson1-4/+2
2023-06-16[MC] Use regunits instead of MCRegUnitIterator. NFC.Jay Foad1-1/+1
2023-06-16[MC] Add MCRegisterInfo::regunits for iteration over register unitsSergei Barannikov1-4/+3
2023-06-06[AMDGPU] WQM: Ensure exact mode placement before branchesCarl Ritson1-0/+4
2023-06-05[AMDGPU] Make use of MachineInstr::all_defs and all_uses. NFCI.Jay Foad1-11/+6
2023-06-02[AMDGPU] WQM: Allow insertion of exact mode transition as terminatorCarl Ritson1-8/+20
2023-05-26[AMDGPU] Silence gcc warning [NFC]Mikael Holmen1-1/+1
2023-05-22[AMDGPU] Fix lowering of @llvm.amdgcn.set.inactive(imm, poison)Jay Foad1-1/+5