From c5484a2704ac301e28a0d59701d76b732f3ee803 Mon Sep 17 00:00:00 2001 From: Tilmann Scheller Date: Fri, 29 Aug 2014 15:13:35 +0000 Subject: [PATCH] [ARM] Make Thumb-2 code size optimization test more strict. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216729 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/thumb2-size-opt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/thumb2-size-opt.ll b/test/CodeGen/ARM/thumb2-size-opt.ll index f98eb924a67..4fbafb9745e 100644 --- a/test/CodeGen/ARM/thumb2-size-opt.ll +++ b/test/CodeGen/ARM/thumb2-size-opt.ll @@ -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 -- 2.11.0