Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield
authorJim Grosbach <grosbach@apple.com>
Thu, 22 Apr 2010 23:24:18 +0000 (23:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 22 Apr 2010 23:24:18 +0000 (23:24 +0000)
commit3a1287b470bde29d10e7c6998fb69b74d2265b6c
treed00a44ac8e3298c397a18e44107ddec9c03e82ed
parentfff6c5332f748d477e6ad0bd9b60b49ae867ab42
Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield
extraction. This fixes PR5998.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102144 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
test/CodeGen/ARM/bfx.ll [new file with mode: 0644]
test/CodeGen/Thumb2/bfx.ll [new file with mode: 0644]