[llvm-branch-commits] [llvm] 750049d - [CSSPGO] Disabling a pseudo probe test on non-x86 platforms.
Hongtao Yu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 30 11:24:43 PST 2020
Author: Hongtao Yu
Date: 2020-11-30T11:19:45-08:00
New Revision: 750049d78b7421344882948cdf98fd233a557615
URL: https://github.com/llvm/llvm-project/commit/750049d78b7421344882948cdf98fd233a557615
DIFF: https://github.com/llvm/llvm-project/commit/750049d78b7421344882948cdf98fd233a557615.diff
LOG: [CSSPGO] Disabling a pseudo probe test on non-x86 platforms.
Disabling a pseudo probe test on non-x86 platforms since it's not fully tested there.
Added:
Modified:
llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll b/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
index 0d3579dda3bc..1094819208a6 100644
--- a/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
+++ b/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86-registered-target
; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t
; RUN: FileCheck %s < %t --check-prefix=CHECK-IL
; RUN: llc %t -stop-after=instruction-select -o - | FileCheck %s --check-prefix=CHECK-MIR
More information about the llvm-branch-commits
mailing list