[all-commits] [llvm/llvm-project] 3b2f32: AMDGPU: Don't try memory optimizations in libcall ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Aug 1 15:15:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b2f3238a4d7d8935188f1264df0887dead1e9ea
https://github.com/llvm/llvm-project/commit/3b2f3238a4d7d8935188f1264df0887dead1e9ea
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
Log Message:
-----------
AMDGPU: Don't try memory optimizations in libcall optimizer
This was trying to find a loaded value for some reason when looking
for sincos arguments. This is untested and shouldn't be necessary.
https://reviews.llvm.org/D156746
More information about the All-commits
mailing list