[all-commits] [llvm/llvm-project] 63fbca: [AMDGPU] Extend type support for update_dpp intrinsic
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Mon Nov 4 22:46:02 PST 2024
Branch: refs/heads/users/rampitec/10-31-_amdgpu_extend_type_support_for_update_dpp_intrinsic
Home: https://github.com/llvm/llvm-project
Commit: 63fbcaab4055c87a759d373013230b538089bcbe
https://github.com/llvm/llvm-project/commit/63fbcaab4055c87a759d373013230b538089bcbe
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.update.dpp.ll
M llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
M llvm/test/CodeGen/AMDGPU/dpp64_combine.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmax.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmin.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fsub.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.gfx90a.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
Log Message:
-----------
[AMDGPU] Extend type support for update_dpp intrinsic
We can split 64-bit DPP as a post-RA pseudo if control values are
supported, but cannot handle other types.
Commit: 2aec7c42262439ad6af7defcb98a9e9ccfc063c5
https://github.com/llvm/llvm-project/commit/2aec7c42262439ad6af7defcb98a9e9ccfc063c5
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
Formatting NFC.
Commit: 6f2cb141c1de746d8939f1dd1b4bf4293cc4dede
https://github.com/llvm/llvm-project/commit/6f2cb141c1de746d8939f1dd1b4bf4293cc4dede
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.gfx90a.ll
Log Message:
-----------
Added update_dpp_v2p0_poison test
Commit: 2c5bf20e227f674cf1d26f4f6f9420ce77ad8584
https://github.com/llvm/llvm-project/commit/2c5bf20e227f674cf1d26f4f6f9420ce77ad8584
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
Changed to TLI.getSubtarget()
Compare: https://github.com/llvm/llvm-project/compare/2189661a281e...2c5bf20e227f
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list