[PATCH] D119302: [AMDGPU] Missed sign/zero extend patterns for divergence-driven instruction selection

Alexander via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 16:35:04 PST 2022


alex-t created this revision.
alex-t added reviewers: rampitec, foad.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm.
alex-t requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This change includes tablegen patterns that were missed by https://reviews.llvm.org/D110950 and https://reviews.llvm.org/D76230


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119302

Files:
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/lib/Target/AMDGPU/SOPInstructions.td
  llvm/test/CodeGen/AMDGPU/divergence-driven-sext-inreg.ll
  llvm/test/CodeGen/AMDGPU/divergence-driven-trunc-to-i1.ll
  llvm/test/CodeGen/AMDGPU/sext-divergence-driven-isel.ll
  llvm/test/CodeGen/AMDGPU/zext-divergence-driven-isel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119302.407012.patch
Type: text/x-patch
Size: 16619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220209/dd018f78/attachment-0001.bin>


More information about the llvm-commits mailing list