[PATCH] D156746: AMDGPU: Don't try memory optimzations in libcall optimizer
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 14:43:37 PDT 2023
arsenm created this revision.
arsenm added reviewers: AMDGPU, rampitec, dfukalov, vpykhtin, yaxunl, jhuber6, jmmartinez.
Herald added subscribers: foad, kerbowa, hiraditya, tpr, dstuttard, jvesely, kzhuravl.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
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
Files:
llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156746.545819.patch
Type: text/x-patch
Size: 4354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230731/b2859cb7/attachment.bin>
More information about the llvm-commits
mailing list