diff options
author | Andrew Trick <atrick@apple.com> | 2011-09-16 03:57:19 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-09-16 03:57:19 +0000 |
commit | cc32efd5929e3bb28bff73abcfa49f661ab43715 (patch) | |
tree | de587507f0d21f0f3733aa19109cd9a8f04cac7f /test/CodeGen/X86/2011-09-14-valcoalesce.ll | |
parent | 17bd2c5d688b819313bcf09b35caec11598ff754 (diff) |
Test case trial and error. Not sure the proper way to check MBB names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2011-09-14-valcoalesce.ll')
-rw-r--r-- | test/CodeGen/X86/2011-09-14-valcoalesce.ll | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/CodeGen/X86/2011-09-14-valcoalesce.ll b/test/CodeGen/X86/2011-09-14-valcoalesce.ll index 765be415ab..1068d1b704 100644 --- a/test/CodeGen/X86/2011-09-14-valcoalesce.ll +++ b/test/CodeGen/X86/2011-09-14-valcoalesce.ll @@ -15,21 +15,21 @@ ; consider vreg1 and vreg27 to be copies of the same value. It would ; then remove one of the critical edge copes, which cannot safely be removed. ; -; CHECK: ## %while.body85.i -; CHECK-NOT: ## % +; CHECK: # %while.body85.i +; CHECK-NOT: # % ; CHECK-NOT: add ; CHECK: movl %[[POSTR:e[abcdxi]+]], %[[PRER:e[abcdxi]+]] ; CHECK: addl %{{.*}}, %[[POSTR]] -; CHECK: ## %while.end.i +; CHECK: # %while.end.i ; CHECK: movl %[[POSTR]], %[[USER:e[abcdxi]+]] -; CHECK: ## %land.lhs.true.i +; CHECK: # %land.lhs.true.i ; CHECK: movl %[[POSTR]], %[[USER]] -; CHECK: ## %land.lhs.true103.i +; CHECK: # %land.lhs.true103.i ; CHECK: movl %[[POSTR]], %[[USER]] -; CHECK: ## %if.then108.i +; CHECK: # %if.then108.i ; [[PRER] live out, so nothing on this path should define it. ; CHECK-NOT: , %[[PRER]] -; CHECK: ## %if.end117.i +; CHECK: # %if.end117.i target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32" |