Add "REQUIRES:" to the last few tests that use target specific intrinsics

llvm-svn: 303123
This commit is contained in:
Justin Bogner 2017-05-15 22:15:22 +00:00
parent 60d36c7506
commit 2847c99909
2 changed files with 2 additions and 0 deletions

View 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:

View 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.