From 2847c999093d07ec41973e2d24c3a90e23603d48 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Mon, 15 May 2017 22:15:22 +0000 Subject: [PATCH] Add "REQUIRES:" to the last few tests that use target specific intrinsics llvm-svn: 303123 --- llvm/test/Bitcode/ptest-old.ll | 1 + llvm/test/Feature/intrinsic-noduplicate.ll | 1 + 2 files changed, 2 insertions(+) diff --git a/llvm/test/Bitcode/ptest-old.ll b/llvm/test/Bitcode/ptest-old.ll index c1e1cae..53ffef9 100644 --- a/llvm/test/Bitcode/ptest-old.ll +++ b/llvm/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/llvm/test/Feature/intrinsic-noduplicate.ll b/llvm/test/Feature/intrinsic-noduplicate.ll index 4f2ae1c..f7b377a 100644 --- a/llvm/test/Feature/intrinsic-noduplicate.ll +++ b/llvm/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. -- 2.7.4