[llvm] r303123 - Add "REQUIRES:" to the last few tests that use target specific intrinsics

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 15:15:22 PDT 2017


Author: bogner
Date: Mon May 15 17:15:22 2017
New Revision: 303123

URL: http://llvm.org/viewvc/llvm-project?rev=303123&view=rev
Log:
Add "REQUIRES:" to the last few tests that use target specific intrinsics

Modified:
    llvm/trunk/test/Bitcode/ptest-old.ll
    llvm/trunk/test/Feature/intrinsic-noduplicate.ll

Modified: llvm/trunk/test/Bitcode/ptest-old.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/ptest-old.ll?rev=303123&r1=303122&r2=303123&view=diff
==============================================================================
--- llvm/trunk/test/Bitcode/ptest-old.ll (original)
+++ llvm/trunk/test/Bitcode/ptest-old.ll Mon May 15 17:15:22 2017
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
 ; RUN: verify-uselistorder < %s
+; REQUIRES: x86
 
 define i32 @foo(<4 x float> %bar) nounwind {
 entry:

Modified: llvm/trunk/test/Feature/intrinsic-noduplicate.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/intrinsic-noduplicate.ll?rev=303123&r1=303122&r2=303123&view=diff
==============================================================================
--- llvm/trunk/test/Feature/intrinsic-noduplicate.ll (original)
+++ llvm/trunk/test/Feature/intrinsic-noduplicate.ll Mon May 15 17:15:22 2017
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; REQUIRES: NVPTX
 
 ; Make sure LLVM knows about the convergent attribute on the
 ; llvm.nvvm.barrier0 intrinsic.




More information about the llvm-commits mailing list