Skip to content

Commit 71c349d

Browse files
committed
Update ban list
1 parent ecf962c commit 71c349d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

fuzz_existing.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@
4545
"copysign.ll", # https://alive2.llvm.org/ce/z/uVhjJS
4646
"simplify-demanded-fpclass.ll", # https://alive2.llvm.org/ce/z/9KZBCB
4747
"fpclass-from-dom-cond.ll", # https://alive2.llvm.org/ce/z/FLRYV5
48-
"icmp-custom-dl.ll", # https://alive2.llvm.org/ce/z/GAJKhi
49-
"fcmp.ll", # https://github.com/llvm/llvm-project/issues/161525
50-
"select-binop-foldable-floating-point.ll", # https://github.com/llvm/llvm-project/issues/161634
51-
"select-gep.ll", # https://github.com/llvm/llvm-project/issues/161636
48+
"icmp-custom-dl.ll", # https://alive2.llvm.org/ce/z/GAJKhi
49+
"fcmp.ll", # https://github.com/llvm/llvm-project/issues/161525
50+
"select-binop-foldable-floating-point.ll", # https://github.com/llvm/llvm-project/issues/161634
51+
"select-gep.ll", # https://github.com/llvm/llvm-project/issues/161636
52+
"minimum.ll", # https://alive2.llvm.org/ce/z/gdCESu
5253
]
5354

5455

0 commit comments

Comments
 (0)