diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-09-01 12:00:55 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-09-01 12:00:55 +0000 |
| commit | fdbe925974db713a11135a548a5fa523616fa8c7 (patch) | |
| tree | ac9320b4b75e32c786077f5bf3a95141be6bb3b1 | |
| parent | 130d9efec3e856c1c8302df978afe5456ac7a0b9 (diff) | |
| download | bcm5719-llvm-fdbe925974db713a11135a548a5fa523616fa8c7.tar.gz bcm5719-llvm-fdbe925974db713a11135a548a5fa523616fa8c7.zip | |
Turn this legalize types test on.
llvm-svn: 55605
| -rw-r--r-- | llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll | 4 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Generic/APIntLoadStore.ll | 3 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Generic/APIntParam.ll | 3 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Generic/APIntSextParam.ll | 3 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Generic/APIntZextParam.ll | 3 |
5 files changed, 5 insertions, 11 deletions
diff --git a/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll b/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll index 1f4e5e19760..b0a27640be7 100644 --- a/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll +++ b/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll @@ -1,6 +1,4 @@ -; RUN: llvm-as < %s | llc -o - -; XFAIL: * -; Un-XFAIL this once LegalizeDAGTypes is turned on. +; RUN: llvm-as < %s | llc -enable-legalize-types -o - 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:32:32" target triple = "i686-pc-linux-gnu" diff --git a/llvm/test/CodeGen/Generic/APIntLoadStore.ll b/llvm/test/CodeGen/Generic/APIntLoadStore.ll index 3541db21765..bb3b1942402 100644 --- a/llvm/test/CodeGen/Generic/APIntLoadStore.ll +++ b/llvm/test/CodeGen/Generic/APIntLoadStore.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_l = external global i1 ; <i1*> [#uses=1] @i1_s = external global i1 ; <i1*> [#uses=1] @i2_l = external global i2 ; <i2*> [#uses=1] diff --git a/llvm/test/CodeGen/Generic/APIntParam.ll b/llvm/test/CodeGen/Generic/APIntParam.ll index 6d20c0c379d..8ce45d5ccd5 100644 --- a/llvm/test/CodeGen/Generic/APIntParam.ll +++ b/llvm/test/CodeGen/Generic/APIntParam.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; <i1*> [#uses=1] @i2_s = external global i2 ; <i2*> [#uses=1] @i3_s = external global i3 ; <i3*> [#uses=1] diff --git a/llvm/test/CodeGen/Generic/APIntSextParam.ll b/llvm/test/CodeGen/Generic/APIntSextParam.ll index 254ca0b4244..fa657bbc95b 100644 --- a/llvm/test/CodeGen/Generic/APIntSextParam.ll +++ b/llvm/test/CodeGen/Generic/APIntSextParam.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; <i1*> [#uses=1] @i2_s = external global i2 ; <i2*> [#uses=1] @i3_s = external global i3 ; <i3*> [#uses=1] diff --git a/llvm/test/CodeGen/Generic/APIntZextParam.ll b/llvm/test/CodeGen/Generic/APIntZextParam.ll index 92c51d9ea63..926e8287121 100644 --- a/llvm/test/CodeGen/Generic/APIntZextParam.ll +++ b/llvm/test/CodeGen/Generic/APIntZextParam.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; <i1*> [#uses=1] @i2_s = external global i2 ; <i2*> [#uses=1] @i3_s = external global i3 ; <i3*> [#uses=1] |

