summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/fneg-combines.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-01-25 06:27:02 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-01-25 06:27:02 +0000
commit74a576e7d39baa249b9810f32bc529bc21eb232d (patch)
tree1c1d45da148608b31a48ddaf9fa0bed343983d5a /llvm/test/CodeGen/AMDGPU/fneg-combines.ll
parent14aa59ac4995c77ca84ab9c2bb55b3f7342d5274 (diff)
downloadbcm5719-llvm-74a576e7d39baa249b9810f32bc529bc21eb232d.tar.gz
bcm5719-llvm-74a576e7d39baa249b9810f32bc529bc21eb232d.zip
AMDGPU: Check nsz instead of unsafe math
llvm-svn: 293028
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/fneg-combines.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/fneg-combines.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/fneg-combines.ll b/llvm/test/CodeGen/AMDGPU/fneg-combines.ll
index 74d14217e0d..040f1eceed5 100644
--- a/llvm/test/CodeGen/AMDGPU/fneg-combines.ll
+++ b/llvm/test/CodeGen/AMDGPU/fneg-combines.ll
@@ -1,5 +1,5 @@
; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-SAFE -check-prefix=SI -check-prefix=FUNC %s
-; RUN: llc -enable-unsafe-fp-math -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-NSZ -check-prefix=SI -check-prefix=FUNC %s
+; RUN: llc -enable-no-signed-zeros-fp-math -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=GCN-NSZ -check-prefix=SI -check-prefix=FUNC %s
; --------------------------------------------------------------------------------
; fadd tests
OpenPOWER on IntegriCloud