[AArch64][GlobalISel] Mark basic binops/memops as legal.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 2 Aug 2016 15:10:28 +0000 (15:10 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 2 Aug 2016 15:10:28 +0000 (15:10 +0000)
commitad30db32e68bfd54f4185b5dd676be76444e64bd
treeaa7e1afedd29177bc8d2607640a7f37920768b74
parent0d7b0cb865514a04cf18a220c80d6d0301f339ee
[AArch64][GlobalISel] Mark basic binops/memops as legal.

We currently use and test these, and select most of them. Mark them
as legal even though we don't go through the full ir->asm flow yet.

This doesn't currently have standalone tests, but the verifier will
soon learn to check that the regbankselect/select tests are legal.

llvm-svn: 277471
llvm/lib/Target/AArch64/AArch64MachineLegalizer.cpp