[AArch64][GlobalISel] Factor out unsupported binop check. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 16 Aug 2016 14:37:40 +0000 (14:37 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 16 Aug 2016 14:37:40 +0000 (14:37 +0000)
commit59e160a19c5bf97adacddc443997c3140acb3ccf
treef820edbf9dc56f266f2670458695bc53636e709c
parent947be0fa667603c095dea847f7759765cec569c9
[AArch64][GlobalISel] Factor out unsupported binop check. NFC.

We're going to need it for G_MUL, and, if other targets end up using
something similar, we can easily put it in the generic selector.

llvm-svn: 278808
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp