summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AMDGPU/ds_write2.ll
AgeCommit message (Expand)Author
2025-11-21[AMDGPU] Enable multi-group xnack replay in hardware (GFX1250) (#169016)Christudasan Devadasan
2025-11-14AMDGPU: Use v_mov_b32 to implement divergent zext i32->i64 (#168166)Matt Arsenault
2025-11-06Reland: CodeGen: Record MMOs in finalizeBundle (#166689)Nicolai Hähnle
2025-11-05Revert "CodeGen: Record MMOs in finalizeBundle" (#166520)Jan Patrick Lehr
2025-11-05CodeGen: Record MMOs in finalizeBundle (#166210)Nicolai Hähnle
2025-10-03[AMDGPU] Enable XNACK on gfx1250 (#161457)Shilei Tian
2025-09-24[AMDGPU][AsmParser] Introduce MC representation for lit() and lit64(). (#160316)Ivan Kosarev
2025-09-19[AMDGPU] ds_read2/ds_write2 gfx1250 tests. NFC (#159824)Stanislav Mekhanoshin
2025-07-23[RFC][NFC][AMDGPU] Remove `-verify-machineinstrs` from `llvm/test/CodeGen/AMD...Shilei Tian
2025-03-13AMDGPU: Replace undef global initializers in tests with poison (#131051)Matt Arsenault
2025-03-12AMDGPU: Replace insertelement poison with insertelement undef (#130896)Matt Arsenault
2024-11-08Reapply "[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#...Shilei Tian
2024-11-08Revert "[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#1...Shilei Tian
2024-11-08[AMDGPU] Still set up the two SGPRs for queue ptr even it is COV5 (#112403)Shilei Tian
2024-07-23[AMDGPU] Codegen support for constrained multi-dword sloads (#96163)Christudasan Devadasan
2024-07-15Reapply "AMDGPU: Move attributor into optimization pipeline (#83131)" and fol...Matt Arsenault
2024-07-14Revert "AMDGPU: Move attributor into optimization pipeline (#83131)" and foll...dyung
2024-07-14AMDGPU: Move attributor into optimization pipeline (#83131)Matt Arsenault
2023-07-11[amdgpu][nfc] Drop lds strategy noise from some testsJon Chesterfield
2023-06-16[AMDGPU] Regenerate a few checksJay Foad
2023-06-13[DAGCombine] Make sure combined nodes are added back to the worklist in topol...Amaury Séchet
2023-06-05Revert "[DAGCombine] Make sure combined nodes are added back to the worklist ...JP Lehr
2023-06-05[DAGCombine] Make sure combined nodes are added back to the worklist in topol...Amaury Séchet
2022-12-19[AMDGPU] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-07[amdgpu] Reimplement LDS loweringJon Chesterfield
2022-12-06Revert "[amdgpu] Reimplement LDS lowering"Nico Weber
2022-12-06[amdgpu] Reimplement LDS loweringJon Chesterfield
2022-04-21[AMDGPU] Refine 64 bit misaligned LDS ops selectionStanislav Mekhanoshin
2022-04-12[AMDGPU] Split unaligned 4 DWORD DS operationsStanislav Mekhanoshin
2022-01-20AMDGPU: Stop reserving 36-bytes before kernel arguments for amdpalMatt Arsenault
2021-12-01[AMDGPU] Set most sched model resource's BufferSize to oneAustin Kerbow
2021-09-14[AMDGPU] Switch PostRA sched to MachineSchedJoe Nash
2021-06-30[AMDGPU] Add S_MOV_B64_IMM_PSEUDO for wide constantsStanislav Mekhanoshin
2021-06-23[AMDGPU] Propagate LDS align into to instructionsStanislav Mekhanoshin
2021-06-07[AMDGPU] Handle constant LDS uses from different kernelsStanislav Mekhanoshin
2021-06-07[AMDGPU] Increase alignment of LDS globals if necessary before LDS lowering.hsmahesha
2021-06-04Revert "[AMDGPU] Increase alignment of LDS globals if necessary before LDS lo...hsmahesha
2021-06-04[AMDGPU] Increase alignment of LDS globals if necessary before LDS lowering.hsmahesha
2021-05-26[AMDGPU] Fix kernel LDS lowering for constantsStanislav Mekhanoshin
2021-05-25[AMDGPU] Lower kernel LDS into a sorted structureStanislav Mekhanoshin
2021-04-08[AMDGPU] Only use ds_read/write_b128 for alignment >= 16hsmahesha
2021-02-26AMDGPU: Use kill instruction to hint soft clause live rangesMatt Arsenault
2021-01-26[AMDGPU] Update subtarget features for new target ID supportAustin Kerbow
2021-01-09[AMDGPU] Add volatile support to SIMemoryLegalizerTony
2021-01-05[NFC] Removed unused prefixes in test/CodeGen/AMDGPUMircea Trofin
2020-11-03[AMDGPU] Fix ds_read2/write2 with unaligned offsetsJay Foad
2020-11-03[AMDGPU] Specify a triple to avoid codegen changes depending on host OSJay Foad
2020-11-02Revert "Fix ds_read2/write2 unaligned offsets"Jay Foad
2020-11-02Fix ds_read2/write2 unaligned offsetsJay Foad
2020-11-02[AMDGPU] Precommit ds_read2/write2 with unaligned offset tests. NFC.Jay Foad