Skip to content

Commit 1a5bb1e

Browse files
htyutstellar
authored andcommitted
[CSSPGO] Restrict pseudo probe tests to x86_64 only.
1 parent e8e45f5 commit 1a5bb1e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

llvm/test/Transforms/SampleProfile/pseudo-probe-instsched.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; PR1075
2-
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin -pseudo-probe-for-profiling -O3 | FileCheck %s
1+
; REQUIRES: x86_64-linux
2+
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-- -pseudo-probe-for-profiling -O3 | FileCheck %s
33

44
define float @foo(float %x) #0 {
55
%tmp1 = fmul float %x, 3.000000e+00

llvm/test/Transforms/SampleProfile/pseudo-probe-peep.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: x86_64-linux
12
; RUN: llc -mtriple=x86_64-- -stop-after=peephole-opt -o - %s | FileCheck %s
23

34
define internal i32 @arc_compare() {

llvm/test/Transforms/SampleProfile/pseudo-probe-twoaddr.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: x86_64-linux
12
; RUN: llc -stop-after=twoaddressinstruction -mtriple=x86_64-- -o - %s | FileCheck %s
23

34

0 commit comments

Comments
 (0)