From 073c5b721d79b334029190e4097b5e5f79732d7f Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 12 Feb 2008 19:11:29 +0000 Subject: Don't mask the isel bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47018 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fold-mul-lohi.ll | 2 +- test/CodeGen/X86/stride-nine-with-base-reg.ll | 2 +- test/CodeGen/X86/stride-reuse.ll | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/CodeGen/X86/fold-mul-lohi.ll b/test/CodeGen/X86/fold-mul-lohi.ll index 493f1f2..abd8ddd 100644 --- a/test/CodeGen/X86/fold-mul-lohi.ll +++ b/test/CodeGen/X86/fold-mul-lohi.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 | not grep lea -; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea +; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea @B = external global [1000 x i8], align 32 @A = external global [1000 x i8], align 32 diff --git a/test/CodeGen/X86/stride-nine-with-base-reg.ll b/test/CodeGen/X86/stride-nine-with-base-reg.ll index 39a2d4f..4bd9924 100644 --- a/test/CodeGen/X86/stride-nine-with-base-reg.ll +++ b/test/CodeGen/X86/stride-nine-with-base-reg.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep lea | count 1 -; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea +; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea ; For x86 there's an lea above the loop. In both cases, there shouldn't ; be any lea instructions inside the loop. diff --git a/test/CodeGen/X86/stride-reuse.ll b/test/CodeGen/X86/stride-reuse.ll index 7d5ea3a..97f33d8 100644 --- a/test/CodeGen/X86/stride-reuse.ll +++ b/test/CodeGen/X86/stride-reuse.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 | not grep lea -; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=pic | not grep lea +; RUN: llvm-as < %s | llc -march=x86-64 | not grep lea @B = external global [1000 x float], align 32 @A = external global [1000 x float], align 32 -- cgit v1.1