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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits