[PATCH] D58758: GlobalISel: Fix RegBankSelect for REG_SEQUENCE
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 17:52:12 PDT 2019
arsenm updated this revision to Diff 190763.
arsenm added a comment.
Remove null check. I think this switches to picking the last operand's bank rather than the first, but no tests seem to care
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58758/new/
https://reviews.llvm.org/D58758
Files:
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
test/CodeGen/AArch64/GlobalISel/regbankselect-reg_sequence.mir
test/CodeGen/AMDGPU/GlobalISel/regbankselect-reg-sequence.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58758.190763.patch
Type: text/x-patch
Size: 6486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190315/9aceae69/attachment.bin>
More information about the llvm-commits
mailing list