AMDGPU: Fix not applying the correct default memcpy expansion threshold
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 6 Jul 2023 15:58:35 +0000 (11:58 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 6 Jul 2023 16:14:14 +0000 (12:14 -0400)
commit9df70e4a4d0d8209e1a75551ac7c06ed8fb13250
tree9f0674c7c702807715be50f65686376f815e055d
parentc2964a597d5dcfa0a6e2dfd092a5cd25772613ff
AMDGPU: Fix not applying the correct default memcpy expansion threshold

Fixes 3c848194f28decca41b7362f9dd35d4939797724. The TTI hook name got
renamed at some point in the process and the target implementation was
left behind.

Fixes: SWDEV-407329
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
llvm/test/CodeGen/AMDGPU/GlobalISel/call-outgoing-stack-args.ll
llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics.ll