diff options
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/pseudo-probe-dangle.ll')
| -rw-r--r-- | llvm/test/Transforms/SampleProfile/pseudo-probe-dangle.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Transforms/SampleProfile/pseudo-probe-dangle.ll b/llvm/test/Transforms/SampleProfile/pseudo-probe-dangle.ll index f0b6fdf62d96..ec619577c68e 100644 --- a/llvm/test/Transforms/SampleProfile/pseudo-probe-dangle.ll +++ b/llvm/test/Transforms/SampleProfile/pseudo-probe-dangle.ll @@ -1,9 +1,10 @@ -; REQUIRES: x86_64-linux +; REQUIRES: x86-registered-target ; RUN: opt < %s -passes='pseudo-probe,jump-threading' -S -o %t ; RUN: FileCheck %s < %t --check-prefix=JT -; RUN: llc -function-sections <%t -filetype=asm | FileCheck %s --check-prefix=ASM +; RUN: llc -mtriple=x86_64-unknown-linux-gnu -function-sections <%t -filetype=asm | FileCheck %s --check-prefix=ASM +; RUN: llc -mtriple=x86_64-unknown-windows-msvc -function-sections <%t -filetype=asm | FileCheck %s --check-prefix=ASM ; RUN: opt < %s -passes='pseudo-probe' -S -o %t1 -; RUN: llc -stop-after=tailduplication <%t1 | FileCheck %s --check-prefix=MIR-tail +; RUN: llc -mtriple=x86_64-- -stop-after=tailduplication <%t1 | FileCheck %s --check-prefix=MIR-tail ; RUN: opt < %s -passes='pseudo-probe,simplifycfg' -S | FileCheck %s --check-prefix=SC declare i32 @f1() |
