Skip to content

Commit 1468184

Browse files
committed
Update
1 parent 399843c commit 1468184

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

fuzz_existing.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"fabs.ll",
3434
"fpcast.ll",
3535
"fcmp.ll",
36-
"sign-test-and-or.ll", # https://alive2.llvm.org/ce/z/vbzktq
37-
"2008-01-13-AndCmpCmp.ll", # https://alive2.llvm.org/ce/z/-eysFm
3836
"icmp-equality-test.ll", # https://github.com/llvm/llvm-project/issues/121702
3937
"preserve-sminmax.ll", # https://github.com/llvm/llvm-project/issues/121772
4038
"select-imm-canon.ll", # https://github.com/llvm/llvm-project/issues/121774
@@ -44,8 +42,8 @@
4442
"matching-binops.ll",
4543
"minmax-fp.ll", # https://github.com/llvm/llvm-project/issues/121786
4644
"fast-basictest.ll", # https://github.com/llvm/llvm-project/issues/121790
47-
"fneg-fabs.ll", # https://github.com/AliveToolkit/alive2/pull/1155
48-
"simplify-demanded-fpclass.ll", # https://github.com/AliveToolkit/alive2/pull/1155
45+
"fneg-fabs.ll", # https://github.com/llvm/llvm-project/pull/136648
46+
"simplify-demanded-fpclass.ll", # https://github.com/llvm/llvm-project/pull/136648
4947
"unordered-fcmp-select.ll", # https://alive2.llvm.org/ce/z/xz-He7
5048
"fcmp-select.ll", # https://github.com/llvm/llvm-project/issues/136430
5149
"intrinsic-select.ll", # https://alive2.llvm.org/ce/z/QRqNcr
@@ -56,7 +54,7 @@
5654
"select-select.ll", # https://alive2.llvm.org/ce/z/weke43
5755
"create-class-from-logic-fcmp.ll", # https://alive2.llvm.org/ce/z/nQYKsP
5856
"fneg.ll", # https://alive2.llvm.org/ce/z/Nn4Vc5
59-
"and-fcmp.ll", # https://alive2.llvm.org/ce/z/NXZfYL
57+
"and-fcmp.ll", # https://alive2.llvm.org/ce/z/sK5gZ7
6058
"vector_gep2.ll", # https://github.com/AliveToolkit/alive2/issues/1189
6159
]
6260

0 commit comments

Comments
 (0)