[PATCH] D55880: AMDGPU: Make i1/i64/v2i32 and/or/xor legal

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 00:26:42 PST 2018


arsenm created this revision.
arsenm added reviewers: tstellar, rampitec.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

The 64-bit types do depend on the register bank,
but that's another issue to deal with later.


https://reviews.llvm.org/D55880

Files:
  lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
  test/CodeGen/AMDGPU/GlobalISel/regbankselect-and.mir
  test/CodeGen/AMDGPU/GlobalISel/regbankselect-or.mir
  test/CodeGen/AMDGPU/GlobalISel/regbankselect-xor.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55880.178840.patch
Type: text/x-patch
Size: 19659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/70af09ee/attachment.bin>


More information about the llvm-commits mailing list