[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/fabs.ll rotate.ll shift-double.llx

Nate Begeman natebegeman at mac.com
Fri Apr 15 21:25:59 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/X86:

fabs.ll updated: 1.3 -> 1.4
rotate.ll updated: 1.1 -> 1.2
shift-double.llx updated: 1.4 -> 1.5
---
Log message:

Update dejagnu tests to use the new pattern isel flag


---
Diffs of the changes:  (+3 -3)

 fabs.ll          |    2 +-
 rotate.ll        |    2 +-
 shift-double.llx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/fabs.ll
diff -u llvm/test/Regression/CodeGen/X86/fabs.ll:1.3 llvm/test/Regression/CodeGen/X86/fabs.ll:1.4
--- llvm/test/Regression/CodeGen/X86/fabs.ll:1.3	Fri Apr  8 23:55:14 2005
+++ llvm/test/Regression/CodeGen/X86/fabs.ll	Fri Apr 15 23:25:48 2005
@@ -1,5 +1,5 @@
 ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
-; RUN: llvm-as < %s | llc -march=x86 -disable-pattern-isel=0 | grep 'fabs$' | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 -enable-pattern-isel=1 | grep 'fabs$' | wc -l | grep 2
 
 declare float %fabsf(float)
 


Index: llvm/test/Regression/CodeGen/X86/rotate.ll
diff -u llvm/test/Regression/CodeGen/X86/rotate.ll:1.1 llvm/test/Regression/CodeGen/X86/rotate.ll:1.2
--- llvm/test/Regression/CodeGen/X86/rotate.ll:1.1	Wed Jan 19 02:04:08 2005
+++ llvm/test/Regression/CodeGen/X86/rotate.ll	Fri Apr 15 23:25:48 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -disable-pattern-isel=0 | grep ro[rl] | wc -l | grep 12
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-pattern-isel=1 | grep ro[rl] | wc -l | grep 12
 
 uint %rotl32(uint %A, ubyte %Amt) {
 	%B = shl uint %A, ubyte %Amt


Index: llvm/test/Regression/CodeGen/X86/shift-double.llx
diff -u llvm/test/Regression/CodeGen/X86/shift-double.llx:1.4 llvm/test/Regression/CodeGen/X86/shift-double.llx:1.5
--- llvm/test/Regression/CodeGen/X86/shift-double.llx:1.4	Sat Apr  2 10:17:57 2005
+++ llvm/test/Regression/CodeGen/X86/shift-double.llx	Fri Apr 15 23:25:48 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -disable-pattern-isel=0 | grep sh[lr]d | wc -l | grep 5
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-pattern-isel=1 | grep sh[lr]d | wc -l | grep 5
 
 long %test1(long %X, ubyte %C) {
 	%Y = shl long %X, ubyte %C






More information about the llvm-commits mailing list