diff options
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/remat-constant.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/X86/tls3.ll | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/remat-constant.ll b/llvm/test/CodeGen/X86/remat-constant.ll index 4c983b01488..1b70bf71938 100644 --- a/llvm/test/CodeGen/X86/remat-constant.ll +++ b/llvm/test/CodeGen/X86/remat-constant.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -mtriple=x86_64-linux -relocation-model=static -aggressive-remat | grep xmm | count 2 +; XFAIL: * declare void @bar() nounwind diff --git a/llvm/test/CodeGen/X86/tls3.ll b/llvm/test/CodeGen/X86/tls3.ll index e8d1a340baa..061849901fc 100644 --- a/llvm/test/CodeGen/X86/tls3.ll +++ b/llvm/test/CodeGen/X86/tls3.ll @@ -7,7 +7,7 @@ @i = external thread_local global i32 ; <i32*> [#uses=2] -define i32 @f() { +define i32 @f() nounwind { entry: %tmp1 = load i32* @i ; <i32> [#uses=1] ret i32 %tmp1 |

