Skip to content

Commit

Permalink
[LLVM] Only run vararg test with the amdgpu target
Browse files Browse the repository at this point in the history
Summary: 

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60250665
  • Loading branch information
jhuber6 authored and yuxuanchen1997 committed Jul 25, 2024
1 parent 0364611 commit b9815c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/test/Transforms/PhaseOrdering/varargs.ll
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
; RUN: opt -mtriple=amdgcn-- -S -passes='lto<O2>' < %s | FileCheck %s
target triple = "amdgcn-amd-amdhsa"

; REQUIRES: amdgpu-registered-target

; We use the ExpandVariadics pass to lower variadic functions so they can be
; inlined.

Expand Down

0 comments on commit b9815c5

Please sign in to comment.