diff --git a/test/Bitcode/ptest-old.ll b/test/Bitcode/ptest-old.ll index c1e1cae3736..53ffef900b5 100644 --- a/test/Bitcode/ptest-old.ll +++ b/test/Bitcode/ptest-old.ll @@ -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: diff --git a/test/Feature/intrinsic-noduplicate.ll b/test/Feature/intrinsic-noduplicate.ll index 4f2ae1c698c..f7b377aae38 100644 --- a/test/Feature/intrinsic-noduplicate.ll +++ b/test/Feature/intrinsic-noduplicate.ll @@ -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.