[PATCH] D66807: AMDGPU: Fix crash from inconsistent register types for v3i16/v3f16

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 08:56:41 PDT 2019


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

This is something of a workaround since computeRegisterProperties
seems to be doing the wrong thing.


https://reviews.llvm.org/D66807

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/cross-block-use-is-not-abi-copy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66807.217415.patch
Type: text/x-patch
Size: 4746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190827/6c0cf483/attachment.bin>


More information about the llvm-commits mailing list