[all-commits] [llvm/llvm-project] b79e08: [AMDGPU] Extend type support for update_dpp intrinsic
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Mon Nov 4 15:50:44 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: b79e08c30ceb90f4348157000d099cddf2364ec7
https://github.com/llvm/llvm-project/commit/b79e08c30ceb90f4348157000d099cddf2364ec7
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: bfc0c666474f269a427f221086e21994c02cf658
https://github.com/llvm/llvm-project/commit/bfc0c666474f269a427f221086e21994c02cf658
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.
Compare: https://github.com/llvm/llvm-project/compare/826ad1a2bb2f...bfc0c666474f
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