[llvm-commits] [llvm] r167988 - /llvm/trunk/test/CodeGen/Hexagon/postinc-load.ll

NAKAMURA Takumi geek4civic at gmail.com
Wed Nov 14 14:22:37 PST 2012


Author: chapuni
Date: Wed Nov 14 16:22:37 2012
New Revision: 167988

URL: http://llvm.org/viewvc/llvm-project?rev=167988&view=rev
Log:
test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the failure on i686 hosts.

Modified:
    llvm/trunk/test/CodeGen/Hexagon/postinc-load.ll

Modified: llvm/trunk/test/CodeGen/Hexagon/postinc-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/postinc-load.ll?rev=167988&r1=167987&r2=167988&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/postinc-load.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/postinc-load.ll Wed Nov 14 16:22:37 2012
@@ -1,4 +1,4 @@
-; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
+; RUN: true || llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
 
 ; Check that post-increment load instructions are being generated.
 ; CHECK: r{{[0-9]+}}{{ *}}={{ *}}memw(r{{[0-9]+}}{{ *}}++{{ *}}#4{{ *}})





More information about the llvm-commits mailing list