[CSSPGO] Restrict pseudo probe tests to x86_64 only.
authorHongtao Yu <hoy@fb.com>
Wed, 10 Feb 2021 22:40:47 +0000 (14:40 -0800)
committerHongtao Yu <hoy@fb.com>
Wed, 10 Feb 2021 22:41:10 +0000 (14:41 -0800)
llvm/test/Transforms/SampleProfile/pseudo-probe-instsched.ll
llvm/test/Transforms/SampleProfile/pseudo-probe-peep.ll
llvm/test/Transforms/SampleProfile/pseudo-probe-twoaddr.ll

index 609af90..9d89cad 100644 (file)
@@ -1,5 +1,5 @@
-; PR1075
-; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin -pseudo-probe-for-profiling -O3 | FileCheck %s
+; REQUIRES: x86_64-linux
+; RUN: llc < %s -mcpu=generic -mtriple=x86_64-- -pseudo-probe-for-profiling -O3 | FileCheck %s
 
 define float @foo(float %x) #0 {
   %tmp1 = fmul float %x, 3.000000e+00
index a1fb25c..d94dac4 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
 ; RUN: llc -mtriple=x86_64-- -stop-after=peephole-opt -o - %s | FileCheck %s
 
 define internal i32 @arc_compare() {
index 81f72d3..31b471e 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
 ; RUN: llc -stop-after=twoaddressinstruction -mtriple=x86_64-- -o - %s | FileCheck %s