[llvm] r343943 - [x86] remove redundant tests; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 7 09:13:38 PDT 2018


Author: spatel
Date: Sun Oct  7 09:13:38 2018
New Revision: 343943

URL: http://llvm.org/viewvc/llvm-project?rev=343943&view=rev
Log:
[x86] remove redundant tests; NFC

The equivalent tests were added to the file with related folds in rL343941.

Removed:
    llvm/trunk/test/CodeGen/X86/fmul-zero.ll

Removed: llvm/trunk/test/CodeGen/X86/fmul-zero.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fmul-zero.ll?rev=343942&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fmul-zero.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fmul-zero.ll (removed)
@@ -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
-}




More information about the llvm-commits mailing list