mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Add "REQUIRES:" to the last few tests that use target specific intrinsics
llvm-svn: 303123
This commit is contained in:
parent
07480546a7
commit
e9f4448b87
@ -1,5 +1,6 @@
|
|||||||
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||||||
; RUN: verify-uselistorder < %s
|
; RUN: verify-uselistorder < %s
|
||||||
|
; REQUIRES: x86
|
||||||
|
|
||||||
define i32 @foo(<4 x float> %bar) nounwind {
|
define i32 @foo(<4 x float> %bar) nounwind {
|
||||||
entry:
|
entry:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||||||
|
; REQUIRES: NVPTX
|
||||||
|
|
||||||
; Make sure LLVM knows about the convergent attribute on the
|
; Make sure LLVM knows about the convergent attribute on the
|
||||||
; llvm.nvvm.barrier0 intrinsic.
|
; llvm.nvvm.barrier0 intrinsic.
|
||||||
|
Loading…
Reference in New Issue
Block a user