[all-commits] [llvm/llvm-project] 78ba67: [AMDGPU] Extend type support for update_dpp intrinsic
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Nov 5 08:49:32 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: 78ba67331e62c520ba5b04898017435207169c4b
https://github.com/llvm/llvm-project/commit/78ba67331e62c520ba5b04898017435207169c4b
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-05 (Tue, 05 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: 162cdae5aec5a6dc7b5c4c5c97fb22b0df2760dc
https://github.com/llvm/llvm-project/commit/162cdae5aec5a6dc7b5c4c5c97fb22b0df2760dc
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
Formatting NFC.
Commit: beb74852a5b37c1085f281824fb258c27aa378e0
https://github.com/llvm/llvm-project/commit/beb74852a5b37c1085f281824fb258c27aa378e0
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.gfx90a.ll
Log Message:
-----------
Added update_dpp_v2p0_poison test
Commit: 0c899e7f510e54c7349832e1d1bfd7e1c0002e69
https://github.com/llvm/llvm-project/commit/0c899e7f510e54c7349832e1d1bfd7e1c0002e69
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2024-11-05 (Tue, 05 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/2c5bf20e227f...0c899e7f510e
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