brintos

brintos / llvm-project-archived public Read only

0
0
Text · 564 B · 35e12dd Raw
19 lines · plain
1# REQUIRES: x86-registered-target2 3# RUN: cp -f %S/Inputs/redundant-and-unmatching-prefixes.ll %t-1.ll4# RUN: %update_llc_test_checks %t-1.ll5# RUN: FileCheck --input-file=%t-1.ll %s6 7# CHECK: B-LABEL: function_1:8# CHECK-NOT: A-LABEL: function_19# CHECK-NOT: REDUNDANT-LABEL: function_1:10 11# CHECK: B-LABEL: function_2:12# CHECK-NOT: A-LABEL: function_2:13# CHECK-NOT: UNUSED-LABEL: function_2:14 15# CHECK: NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:16# CHECK-NEXT: A:17# CHECK-NEXT: REDUNDANT:18# CHECK-NEXT: UNUSED:19