Skip to content

Commit 1ad31d9

Browse files
authored
Exclude from profcheck some tests (#161207)
- Commit f9c2565 - PR #155349 LoopVectorize ones.
1 parent 7af31bf commit 1ad31d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/utils/profcheck-xfail.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ Transforms/IROutliner/outlining-remapped-outputs.ll
10971097
Transforms/IROutliner/outlining-same-constants.ll
10981098
Transforms/IROutliner/outlining-same-globals.ll
10991099
Transforms/IROutliner/outlining-same-output-blocks.ll
1100+
Transforms/IROutliner/outlining-special-state.ll
11001101
Transforms/IROutliner/outlining-strip-loop-info.ll
11011102
Transforms/IROutliner/outlining-swift-error.ll
11021103
Transforms/IROutliner/phi-node-exit-path-order.ll
@@ -1173,6 +1174,7 @@ Transforms/LoopVectorize/AArch64/early_exit_costs.ll
11731174
Transforms/LoopVectorize/AArch64/epilog-iv-select-cmp.ll
11741175
Transforms/LoopVectorize/AArch64/epilog-vectorization-factors.ll
11751176
Transforms/LoopVectorize/AArch64/epilog-vectorization-widen-inductions.ll
1177+
Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
11761178
Transforms/LoopVectorize/AArch64/extend-vectorization-factor-for-unprofitable-memops.ll
11771179
Transforms/LoopVectorize/AArch64/f128-fmuladd-reduction.ll
11781180
Transforms/LoopVectorize/AArch64/first-order-recurrence-fold-tail.ll
@@ -1288,6 +1290,7 @@ Transforms/LoopVectorize/bzip_reverse_loops.ll
12881290
Transforms/LoopVectorize/calloc.ll
12891291
Transforms/LoopVectorize/cast-induction.ll
12901292
Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
1293+
Transforms/LoopVectorize/cse-casts.ll
12911294
Transforms/LoopVectorize/dbg-outer-loop-vect.ll
12921295
Transforms/LoopVectorize/debugloc.ll
12931296
Transforms/LoopVectorize/dereferenceable-info-from-assumption-constant-size.ll
@@ -1406,6 +1409,7 @@ Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
14061409
Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
14071410
Transforms/LoopVectorize/RISCV/divrem.ll
14081411
Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
1412+
Transforms/LoopVectorize/RISCV/induction-costs.ll
14091413
Transforms/LoopVectorize/RISCV/inloop-reduction.ll
14101414
Transforms/LoopVectorize/RISCV/interleaved-masked-access.ll
14111415
Transforms/LoopVectorize/RISCV/mask-index-type.ll
@@ -1453,6 +1457,7 @@ Transforms/LoopVectorize/skip-iterations.ll
14531457
Transforms/LoopVectorize/store-reduction-results-in-tail-folded-loop.ll
14541458
Transforms/LoopVectorize/strict-fadd-interleave-only.ll
14551459
Transforms/LoopVectorize/struct-return.ll
1460+
Transforms/LoopVectorize/struct-return-replicate.ll
14561461
Transforms/LoopVectorize/SystemZ/branch-for-predicated-block.ll
14571462
Transforms/LoopVectorize/SystemZ/force-target-instruction-cost.ll
14581463
Transforms/LoopVectorize/SystemZ/load-scalarization-cost-0.ll
@@ -1739,6 +1744,7 @@ Transforms/PGOProfile/chr-dead-pred.ll
17391744
Transforms/PGOProfile/chr-dup-threshold.ll
17401745
Transforms/PGOProfile/chr.ll
17411746
Transforms/PGOProfile/chr-poison.ll
1747+
Transforms/PGOProfile/chr-lifetimes.ll
17421748
Transforms/PGOProfile/comdat.ll
17431749
Transforms/PGOProfile/cspgo_profile_summary.ll
17441750
Transforms/PGOProfile/memop_profile_funclet_wasm.ll

0 commit comments

Comments
 (0)