[llvm] r250828 - [SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 08:05:55 PDT 2015


Author: jonpa
Date: Tue Oct 20 10:05:54 2015
New Revision: 250828

URL: http://llvm.org/viewvc/llvm-project?rev=250828&view=rev
Log:
[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll

Modified:
    llvm/trunk/test/CodeGen/SystemZ/fp-cmp-05.ll

Modified: llvm/trunk/test/CodeGen/SystemZ/fp-cmp-05.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/fp-cmp-05.ll?rev=250828&r1=250827&r2=250828&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/fp-cmp-05.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/fp-cmp-05.ll Tue Oct 20 10:05:54 2015
@@ -1,8 +1,6 @@
 ; Test that floating-point instructions that set cc are used to
 ; eliminate compares for load complement, load negative and load
-; positive. Right now, the WFL.DB (vector) instructions are not
-; handled by SystemZElimcompare, so for Z13 this is currently
-; unimplemented.
+; positive.
 ;
 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s




More information about the llvm-commits mailing list