[PATCH] D63766: AMDGPU/GlobalISel: Use and instead of BFE with inline immediate

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 06:50:34 PDT 2019


arsenm created this revision.
arsenm added reviewers: nhaehnle, tstellar.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, kristof.beyls, rovka, yaxunl, wdng, jvesely, kzhuravl.

Zext from s1 is the only case where this should do anything with the
current legal extensions.


https://reviews.llvm.org/D63766

Files:
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  test/CodeGen/AMDGPU/GlobalISel/inst-select-anyext.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-sext.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-zext.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63766.206432.patch
Type: text/x-patch
Size: 7061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/bd14f742/attachment.bin>


More information about the llvm-commits mailing list