The VTBL (and VTBX) instructions are rather permissive concerning the masks they
authorBill Wendling <isanbard@gmail.com>
Tue, 15 Mar 2011 21:15:20 +0000 (21:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 15 Mar 2011 21:15:20 +0000 (21:15 +0000)
commit0d4c9d94f68fc561ebb11709ed99367e490af003
tree715027d943ff5f569826500a5643ce218d112ef7
parent13ba2527f73554fff39ca31250803b253076afba
The VTBL (and VTBX) instructions are rather permissive concerning the masks they
accept. If a value in the mask is out of range, it uses the value 0, for VTBL,
or leaves the value unchanged, for VTBX.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp