[PATCH] D157873: AMDGPU: Add baseline tests for libcall to intrinsic handling

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


arsenm created this revision.
arsenm added reviewers: AMDGPU, rampitec, foad, jmmartinez, cdevadas, Pierre-vh.
Herald added subscribers: StephenFan, kerbowa, Anastasia, 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.

Test all the different itanium mangled opencl functions that are interesting to replace with raw intrinsic calls


https://reviews.llvm.org/D157873

Files:
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-ceil.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-copysign.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-exp.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-exp2.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fabs.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-floor.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fma.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fmax.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fmin.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-ldexp.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-log.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-log10.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-log2.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-mad.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-rint.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-round.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sqrt.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157873.549927.patch
Type: text/x-patch
Size: 282237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/fe410f47/attachment-0001.bin>


More information about the llvm-commits mailing list