[PATCH] D99287: [GlobalISel] Fix crash in RBS with a non-generic IMPLICIT_DEF.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 11:34:55 PDT 2021
aemerson updated this revision to Diff 333071.
aemerson added a comment.
Herald added a subscriber: pengfei.
Update x86 RBS test. For some reason it was using the non-generic IMPLICIT_DEF when it should be using the generic one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99287/new/
https://reviews.llvm.org/D99287
Files:
llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
llvm/test/CodeGen/AArch64/GlobalISel/implicit_def_rbs_crash.mir
llvm/test/CodeGen/X86/GlobalISel/regbankselect-X86_64.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99287.333071.patch
Type: text/x-patch
Size: 13112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210324/a28c4e2f/attachment.bin>
More information about the llvm-commits
mailing list