summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-10-07 16:13:38 +0000
committerSanjay Patel <spatel@rotateright.com>2018-10-07 16:13:38 +0000
commit6c02c6a3a68811461ee39a0ff22420dbe6a3c7e0 (patch)
tree110692e42d02aa328f5c2c3e64b8a87dc58ad80b
parentef76e2798555ffb656324e030e5d38c3ca351cac (diff)
downloadbcm5719-llvm-6c02c6a3a68811461ee39a0ff22420dbe6a3c7e0.tar.gz
bcm5719-llvm-6c02c6a3a68811461ee39a0ff22420dbe6a3c7e0.zip
[x86] remove redundant tests; NFC
The equivalent tests were added to the file with related folds in rL343941. llvm-svn: 343943
-rw-r--r--llvm/test/CodeGen/X86/fmul-zero.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/X86/fmul-zero.ll b/llvm/test/CodeGen/X86/fmul-zero.ll
deleted file mode 100644
index 32fe1b0d91e..00000000000
--- a/llvm/test/CodeGen/X86/fmul-zero.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-- -enable-unsafe-fp-math | not grep mulps
-; RUN: llc < %s -mtriple=x86_64-- | grep mulps
-
-define void @test14(<4 x float>*) nounwind {
- load <4 x float>, <4 x float>* %0, align 1
- fmul <4 x float> %2, zeroinitializer
- store <4 x float> %3, <4 x float>* %0, align 1
- ret void
-}
OpenPOWER on IntegriCloud