[llvm] r344775 - [pipeliner] Fix test added in rL344748 to require asserts

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 18 23:20:01 PDT 2018


Author: maskray
Date: Thu Oct 18 23:20:01 2018
New Revision: 344775

URL: http://llvm.org/viewvc/llvm-project?rev=344775&view=rev
Log:
[pipeliner] Fix test added in rL344748 to require asserts

Modified:
    llvm/trunk/test/CodeGen/Hexagon/swp-copytophi-dag.ll

Modified: llvm/trunk/test/CodeGen/Hexagon/swp-copytophi-dag.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/swp-copytophi-dag.ll?rev=344775&r1=344774&r2=344775&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/swp-copytophi-dag.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/swp-copytophi-dag.ll Thu Oct 18 23:20:01 2018
@@ -1,3 +1,5 @@
+; REQUIRES: asserts
+;
 ; RUN: llc -march=hexagon -enable-pipeliner=true -debug-only=pipeliner < %s \
 ; RUN: 2>&1 | FileCheck %s
 




More information about the llvm-commits mailing list