Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly active...
authorEli Friedman <eli.friedman@gmail.com>
Mon, 8 Aug 2011 19:49:37 +0000 (19:49 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 8 Aug 2011 19:49:37 +0000 (19:49 +0000)
commit2cb1dfa4464c8dc551d93e0ce34d7a2f797304db
treead754347739ea6d0bc1e9fa7639617162e4ddd3d
parent08de97a5b024c3dc7dd051ecaa63d7ec1a27a5cf
Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly active without HasT2ExtractPack.  PR10611.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137061 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/Thumb2/thumb2-sxt-uxt.ll [new file with mode: 0644]