diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-03-09 01:36:39 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-03-09 01:36:39 +0000 |
commit | 9a3fd8752388b7888e8be7072e3b5abf6f4cc9e8 (patch) | |
tree | c82664e50de066824c004ce3d0edc9bac04d56d1 /llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll | |
parent | bf84c18cc142b2b83ae4de59398f5264c5a57d76 (diff) | |
download | bcm5719-llvm-9a3fd8752388b7888e8be7072e3b5abf6f4cc9e8.tar.gz bcm5719-llvm-9a3fd8752388b7888e8be7072e3b5abf6f4cc9e8.zip |
DAG: Check no signed zeros instead of unsafe math attribute
llvm-svn: 297354
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll b/llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll index 827d4184d11..1c352782fca 100644 --- a/llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll +++ b/llvm/test/CodeGen/X86/vec_unsafe-fp-math.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -enable-unsafe-fp-math -mtriple=x86_64-unknown-unknown -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -enable-unsafe-fp-math -enable-no-signed-zeros-fp-math -mtriple=x86_64-unknown-unknown -mcpu=corei7 | FileCheck %s ; Make sure that vectors get the same benefits as scalars when using unsafe-fp-math. |