[all-commits] [llvm/llvm-project] 7cd297: [AMDGPU] Extend mov_dpp8 intrinsic lowering for ge...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Oct 31 01:15:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cd29741fa9d0835245d421ae163964083e3774a
https://github.com/llvm/llvm-project/commit/7cd29741fa9d0835245d421ae163964083e3774a
Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp8.ll
Log Message:
-----------
[AMDGPU] Extend mov_dpp8 intrinsic lowering for generic types (#114296)
The int_amdgcn_mov_dpp8 is overloaded, but we can only select i32.
To allow a corresponding builtin to be overloaded the same way as
int_amdgcn_mov_dpp we need it to be able to split unsupported values.
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