AArch64: correctly fast-isel i8 & i16 multiplies
authorTim Northover <tnorthover@apple.com>
Thu, 10 Jul 2014 14:18:46 +0000 (14:18 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 10 Jul 2014 14:18:46 +0000 (14:18 +0000)
commitfee2adefbac0d10c79d86de4b9bb0ba1c491345a
tree84550eb4ac4cf6e8c419f1514f4d6bf3c545434e
parent7e527423f54f413ae304900ee4b3ef4a17cd4fb1
AArch64: correctly fast-isel i8 & i16 multiplies

We were asking for a register for type i8 or i16 which caused an assert.

rdar://problem/17620015

llvm-svn: 212718
llvm/lib/Target/AArch64/AArch64FastISel.cpp
llvm/test/CodeGen/AArch64/fast-isel-mul.ll [new file with mode: 0644]