OSDN Git Service

[GISel][AArch64]: Fix illegal Generic copies in tests
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Mon, 23 Oct 2017 22:53:04 +0000 (22:53 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Mon, 23 Oct 2017 22:53:04 +0000 (22:53 +0000)
commit5a4ef08f80242a5e4a90658d71b5d1673e82c7bb
tree696c36824a1882e7700bee748a2f8a1218a3f888
parent28098485bc4007c12ffcf02a95f93da653a48c70
[GISel][AArch64]: Fix illegal Generic copies in tests

This is in preparation for a verifier check that makes sure copies are
of the same size (when generic virtual registers are involved).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316387 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
test/CodeGen/AArch64/GlobalISel/legalize-inserts.mir
test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
test/CodeGen/AArch64/GlobalISel/localizer-in-O0-pipeline.mir
test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir
test/CodeGen/AArch64/GlobalISel/regbankselect-default.mir
test/CodeGen/AArch64/GlobalISel/select-br.mir
test/CodeGen/AArch64/GlobalISel/select-constant.mir
test/CodeGen/AArch64/GlobalISel/select-fma.mir
test/CodeGen/AArch64/GlobalISel/select-imm.mir
test/CodeGen/AArch64/GlobalISel/select-int-ext.mir
test/CodeGen/AArch64/GlobalISel/select-int-ptr-casts.mir
test/CodeGen/AArch64/GlobalISel/select-load.mir
test/CodeGen/AArch64/GlobalISel/select-phi.mir
test/CodeGen/AArch64/GlobalISel/select-store.mir
test/CodeGen/AArch64/GlobalISel/select-trunc.mir
test/CodeGen/AArch64/GlobalISel/select.mir