[llvm] [AMDGPU] Split wide integer dpp8 intrinsic calls (PR #113500)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 13:00:27 PDT 2024
================
@@ -2257,6 +2260,38 @@ bool AMDGPUCodeGenPrepareImpl::visitSqrt(IntrinsicInst &Sqrt) {
return true;
}
+// Split unsupported wide integer calls.
+bool AMDGPUCodeGenPrepareImpl::visitMovDppIntrinsic(IntrinsicInst &I) {
----------------
rampitec wrote:
Thanks. Dropping it in favor of https://github.com/llvm/llvm-project/pull/114296.
https://github.com/llvm/llvm-project/pull/113500
More information about the llvm-commits
mailing list