[PATCH] D74323: AMDGPU: Move R600 test compatability hack

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 06:39:08 PST 2020


arsenm created this revision.
arsenm added reviewers: rampitec, jvesely.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.
Herald added a project: LLVM.

Instead of handling the r600 intrinsics on amdgcn, handle the amdgcn
intrinsics on r600.


https://reviews.llvm.org/D74323

Files:
  llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/amdgpu.work-item-intrinsics.deprecated.ll
  llvm/test/CodeGen/AMDGPU/and.ll
  llvm/test/CodeGen/AMDGPU/ctlz.ll
  llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll
  llvm/test/CodeGen/AMDGPU/ctpop.ll
  llvm/test/CodeGen/AMDGPU/ctpop16.ll
  llvm/test/CodeGen/AMDGPU/ctpop64.ll
  llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll
  llvm/test/CodeGen/AMDGPU/fma.ll
  llvm/test/CodeGen/AMDGPU/fmax_legacy.ll
  llvm/test/CodeGen/AMDGPU/fmin_legacy.ll
  llvm/test/CodeGen/AMDGPU/mad_uint24.ll
  llvm/test/CodeGen/AMDGPU/max.ll
  llvm/test/CodeGen/AMDGPU/min.ll
  llvm/test/CodeGen/AMDGPU/mul.ll
  llvm/test/CodeGen/AMDGPU/setcc.ll
  llvm/test/CodeGen/AMDGPU/sext-in-reg.ll
  llvm/test/CodeGen/AMDGPU/shl.ll
  llvm/test/CodeGen/AMDGPU/sint_to_fp.ll
  llvm/test/CodeGen/AMDGPU/sminmax.ll
  llvm/test/CodeGen/AMDGPU/split-vector-memoperand-offsets.ll
  llvm/test/CodeGen/AMDGPU/sra.ll
  llvm/test/CodeGen/AMDGPU/srl.ll
  llvm/test/CodeGen/AMDGPU/trunc.ll
  llvm/test/CodeGen/AMDGPU/uint_to_fp.i64.ll
  llvm/test/CodeGen/AMDGPU/uint_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74323.243544.patch
Type: text/x-patch
Size: 88995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/715aa1d1/attachment.bin>


More information about the llvm-commits mailing list