Skip to content

Commit

Permalink
Add "REQUIRES:" to the last few tests that use target specific intrin…
Browse files Browse the repository at this point in the history
…sics

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303123 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bogner committed May 15, 2017
1 parent 333b6f0 commit f971646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Bitcode/ptest-old.ll
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions test/Feature/intrinsic-noduplicate.ll
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f971646

Please sign in to comment.