Add "REQUIRES:" to the last few tests that use target specific intrinsics
authorJustin Bogner <mail@justinbogner.com>
Mon, 15 May 2017 22:15:22 +0000 (22:15 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 15 May 2017 22:15:22 +0000 (22:15 +0000)
llvm-svn: 303123

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

index c1e1cae..53ffef9 100644 (file)
@@ -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:
index 4f2ae1c..f7b377a 100644 (file)
@@ -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.