1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

[ARM] Make Thumb-2 code size optimization test more strict.

llvm-svn: 216729
This commit is contained in:
Tilmann Scheller 2014-08-29 15:13:35 +00:00
parent a017f260c0
commit 5b77924fbf

View File

@ -4,7 +4,7 @@
define i32 @and(i32 %a, i32 %b) nounwind readnone {
; CHECK-LABEL: and:
; CHECK: and.w r{{[0-9]+}}, r{{[0-9]+}}, r{{[0-9]+}} @ encoding: [{{0x..,0x..,0x..,0x..}}]
; CHECK-OPT: ands r{{[0-9]+}}, r{{[0-9]+}} @ encoding: [{{0x..,0x..}}]
; CHECK-OPT: ands r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}]
entry:
%and = and i32 %b, %a
ret i32 %and