From 3c8015aa6c4793a398d1ff0df1752b6d3b41f8e0 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 13 Sep 2011 02:46:27 +0000 Subject: [PATCH] Generalize this test's CHECK statements to handle different indvars modes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139577 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll b/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll index ff45509cd34..034a28f003d 100644 --- a/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll +++ b/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll @@ -6,8 +6,8 @@ entry: ; -- The loop following the load should only use a single add-literation ; instruction. ; CHECK: ldr.64 -; CHECK: adds r{{[0-9]+}}, r{{[0-9]+}}, #1 -; CHECK-NOT: adds r{{[0-9]+}}, r{{[0-9]+}}, #1 +; CHECK: adds r{{[0-9]+.*}}#1 +; CHECK-NOT: adds ; CHECK: subsections_via_symbols -- 2.34.1