aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/sbfx.ll
AgeCommit message (Expand)Author
2010-04-15add a simple dag combine to replace trivial shl+lshr withChris Lattner
2009-10-22Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.Evan Cheng
2009-10-13Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.Sandeep Patel