|
33 | 33 | "fabs.ll", |
34 | 34 | "fpcast.ll", |
35 | 35 | "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 |
38 | 36 | "icmp-equality-test.ll", # https://github.com/llvm/llvm-project/issues/121702 |
39 | 37 | "preserve-sminmax.ll", # https://github.com/llvm/llvm-project/issues/121772 |
40 | 38 | "select-imm-canon.ll", # https://github.com/llvm/llvm-project/issues/121774 |
|
44 | 42 | "matching-binops.ll", |
45 | 43 | "minmax-fp.ll", # https://github.com/llvm/llvm-project/issues/121786 |
46 | 44 | "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 |
49 | 47 | "unordered-fcmp-select.ll", # https://alive2.llvm.org/ce/z/xz-He7 |
50 | 48 | "fcmp-select.ll", # https://github.com/llvm/llvm-project/issues/136430 |
51 | 49 | "intrinsic-select.ll", # https://alive2.llvm.org/ce/z/QRqNcr |
|
56 | 54 | "select-select.ll", # https://alive2.llvm.org/ce/z/weke43 |
57 | 55 | "create-class-from-logic-fcmp.ll", # https://alive2.llvm.org/ce/z/nQYKsP |
58 | 56 | "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 |
60 | 58 | "vector_gep2.ll", # https://github.com/AliveToolkit/alive2/issues/1189 |
61 | 59 | ] |
62 | 60 |
|
|
0 commit comments