mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
Add "REQUIRES:" to the last few tests that use target specific intrinsics
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
333b6f0ec0
commit
f9716464c8
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user