Skip to content

Commit 045f3ce

Browse files
authored
Add test cases to profcheck-xfail.txt in unfixed (yet) areas (llvm#165933)
A remaining failing one, under SimplifyCFG (which is pass that we did fix) is covered in llvm#165931
1 parent c87e3c9 commit 045f3ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/utils/profcheck-xfail.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,11 @@ Instrumentation/TypeSanitizer/alloca-only.ll
517517
Instrumentation/TypeSanitizer/anon.ll
518518
Instrumentation/TypeSanitizer/basic.ll
519519
Instrumentation/TypeSanitizer/basic-nosan.ll
520+
Instrumentation/TypeSanitizer/basic_outlined.ll
521+
Instrumentation/TypeSanitizer/basic_verify_outlined.ll
520522
Instrumentation/TypeSanitizer/byval.ll
521523
Instrumentation/TypeSanitizer/globals.ll
524+
Instrumentation/TypeSanitizer/globals_outlined.ll
522525
Instrumentation/TypeSanitizer/invalid-metadata.ll
523526
Instrumentation/TypeSanitizer/memintrinsics.ll
524527
Instrumentation/TypeSanitizer/nosanitize.ll
@@ -729,6 +732,7 @@ Transforms/ExpandVariadics/expand-va-intrinsic-split-simple.ll
729732
Transforms/ExpandVariadics/intrinsics.ll
730733
Transforms/FixIrreducible/basic.ll
731734
Transforms/FixIrreducible/bug45623.ll
735+
Transforms/FixIrreducible/callbr.ll
732736
Transforms/FixIrreducible/nested.ll
733737
Transforms/FixIrreducible/switch.ll
734738
Transforms/GCOVProfiling/atomic-counter.ll
@@ -1106,6 +1110,7 @@ Transforms/LoopSimplifyCFG/update_parents.ll
11061110
Transforms/LoopUnroll/peel-last-iteration-expansion-cost.ll
11071111
Transforms/LoopUnroll/peel-last-iteration-with-guards.ll
11081112
Transforms/LoopUnroll/peel-last-iteration-with-variable-trip-count.ll
1113+
Transforms/LoopUnroll/runtime-loop-multiple-exits.ll
11091114
Transforms/LoopVersioning/add-phi-update-users.ll
11101115
Transforms/LoopVersioning/basic.ll
11111116
Transforms/LoopVersioning/bound-check-partially-known.ll

0 commit comments

Comments
 (0)