[all-commits] [llvm/llvm-project] 9df70e: AMDGPU: Fix not applying the correct default memcp...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 6 09:14:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9df70e4a4d0d8209e1a75551ac7c06ed8fb13250
https://github.com/llvm/llvm-project/commit/9df70e4a4d0d8209e1a75551ac7c06ed8fb13250
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
M llvm/test/CodeGen/AMDGPU/GlobalISel/call-outgoing-stack-args.ll
M llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics.ll
Log Message:
-----------
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
More information about the All-commits
mailing list