[PATCH] D148127: [AMDGPU] Revert "Transform illegal intrinsics to V_ILLEGAL"

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 06:29:25 PDT 2023


foad created this revision.
foad added reviewers: AMDGPU, Pierre-vh, Leonc, arsenm, Joe_Nash.
Herald added subscribers: kosarev, StephenFan, wenlei, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This reverts D123693 <https://reviews.llvm.org/D123693> except that some of the tests added by that patch
are adapted instead of being removed.

The functionality of allowing unsupported intrinsics to select has been
superseded by D139000 <https://reviews.llvm.org/D139000> "Remove function with incompatible features".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148127

Files:
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.h
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/unsupported-atomics.ll
  llvm/test/CodeGen/AMDGPU/unsupported-image-sample.ll
  llvm/test/CodeGen/AMDGPU/v_illegal-atomics.ll
  llvm/test/CodeGen/AMDGPU/v_illegal-image_sample.ll
  llvm/test/MC/AMDGPU/v_illegal-atomics.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148127.512811.patch
Type: text/x-patch
Size: 12329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230412/b766a462/attachment.bin>


More information about the llvm-commits mailing list