[PATCH] D157878: AMDGPU: Remove special case folding of fma/mad

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 07:49:26 PDT 2023


arsenm created this revision.
arsenm added reviewers: AMDGPU, foad, rampitec, cdevadas, jmmartinez.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

These just get replaced with an intrinsic now. This was also
introducing host dependence on the result since it relied on the
compiler choice to contract or not.


https://reviews.llvm.org/D157878

Files:
  llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-ldexp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157878.549935.patch
Type: text/x-patch
Size: 12671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/ac3a102a/attachment.bin>


More information about the llvm-commits mailing list