summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
AgeCommit message (Expand)Author
2025-11-21Revert "[AMDGPU] Remove leftover implicit operands from SI_SPILL/SI_RESTORE."...Nathan Corbyn
2025-11-19[AMDGPU] Remove leftover implicit operands from SI_SPILL/SI_RESTORE. (#168546)LU-JOHN
2025-06-11Reland "[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` availab...Iris Shi
2025-06-11Revert "[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` availab...Iris Shi
2025-06-09[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` available for a...Iris Shi
2025-05-05[AMDGPU] SIPeepholeSDWA: Handle V_CNDMASK_B32_e64 (#137930)Frederik Harwath
2025-03-25[AMDGPU][SelectionDAG] Use COPY instead of S_MOV_B32 to assign values to M0 (...Juan Manuel Martinez Caamaño
2025-03-12AMDGPU: Replace insertelement poison with insertelement undef (#130896)Matt Arsenault
2025-01-17DAG: Avoid forming shufflevector from a single extract_vector_elt (#122672)Matt Arsenault
2024-11-26AMDGPU: Remove some -verify-machineinstrs from tests (#117736)Matt Arsenault
2024-11-08AMDGPU: Default to selecting frame indexes to SGPRs (#115060)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-09-30[AMDGPU] Split vgpr regalloc pipeline (#93526)Christudasan Devadasan
2024-09-19[AMDGPU] Promote uniform ops to I32 in DAGISel (#106383)Pierre van Houtryve
2024-07-30AMDGPU/GlobalISel: Partially move constant selection to patterns (#100786)Matt Arsenault
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
2024-02-09[AMDGPU] Don't fix the scavenge slot at offset 0 (#79136)Diana Picus
2024-01-16[AMDGPU,test] Change llc -march= to -mtriple= (#75982)Fangrui Song
2023-10-30[AMDGPU] Select 64-bit imm moves if can be encoded as 32 bit operand (#70395)Stanislav Mekhanoshin
2023-10-09Revert "[CodeGen] Really renumber slot indexes before register allocation (#6...Jay Foad
2023-10-09[CodeGen] Really renumber slot indexes before register allocation (#67038)Jay Foad
2023-05-26Rewrite load-store-vectorizer.Justin Lebar
2023-01-23AMDGPU: Clean up LDS-related occupancy calculationsNicolai Hähnle
2023-01-15DAG: Avoid stack lowering if bitcast has an illegal vector result typeMatt Arsenault
2022-12-19[AMDGPU] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-11-29[AMDGPU] Add support for new LLVM vector typesMateja Marjanovic
2022-10-29[DAG] Enable combineShiftOfShiftedLogic folds after type legalizationSimon Pilgrim
2022-10-04[AMDGPU][DAG] Fix insert_vector_elt lowering for 8 bit elementsPierre van Houtryve
2022-09-15[AMDGPU] Always select s_cselect_b32 for uniform 'select' SDNodeAlexander Timofeev
2022-09-15AMDGPU: Use GlobalPriority for largest register tuplesMatt Arsenault
2022-07-30[AMDGPU] Extend SILoadStoreOptimizer to s_load instructionsCarl Ritson
2022-06-02[AMDGPU] Improve codegen of extractelement/insertelement in some casesJulien Pages
2022-05-18[AMDGPU] Aggressively fold immediates in SIFoldOperandsJay Foad
2022-04-11[AMDGPU] Regenerate insert_vector_dynelt.llSimon Pilgrim
2022-02-18[CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC.Jay Foad
2022-01-11Revert D109159 : Revert "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-12-01[AMDGPU] Set most sched model resource's BufferSize to oneAustin Kerbow
2021-09-07[amdgpu] Enable selection of `s_cselect_b64`.Michael Liao
2021-08-25[AMDGPU] Divergence-driven compare operations instruction selectionalex-t
2020-09-28[AMDGPU] Make bfi patterns divergence-awareJay Foad
2020-06-25[AMDGPU] Select s_cselectPiotr Sobczak
2020-06-24Revert "[AMDGPU] Enable compare operations to be selected by divergence"Matt Arsenault
2020-06-24[AMDGPU] Enable compare operations to be selected by divergencealex-t
2020-06-19Revert "[AMDGPU] Select s_cselect"Piotr Sobczak