]> granicus.if.org Git - llvm/commit
Make AArch64FastISel::EmitIntExt explicitly check its source and destination types
authorLouis Gerbarg <lgg@apple.com>
Wed, 9 Jul 2014 17:54:32 +0000 (17:54 +0000)
committerLouis Gerbarg <lgg@apple.com>
Wed, 9 Jul 2014 17:54:32 +0000 (17:54 +0000)
commit479af7ce0cecd498b71f2810abbab32248a0f83c
tree99c528453a2a1c1d70f900e0177638c737c6c1f1
parent90df187c709c4791016003225db270b21eb52605
Make AArch64FastISel::EmitIntExt explicitly check its source and destination types

This is a follow up to r212492. There should be no functional difference, but
this patch makes it clear that SrcVT must be an i1/i8/16/i32 and DestVT must be
an i8/i16/i32/i64.

rdar://17516686

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp