[PATCH] D80147: AMDGPU/GlobalISel: Fix splitting 64-bit extensions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 11:21:28 PDT 2020


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

This was replicating the low bits into the high bits, rather than
applying the appropriate extension type.


https://reviews.llvm.org/D80147

Files:
  llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80147.264685.patch
Type: text/x-patch
Size: 6192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/b162c0c9/attachment.bin>


More information about the llvm-commits mailing list