19 lines
564 B
Plaintext
19 lines
564 B
Plaintext
# REQUIRES: x86-registered-target
|
|
|
|
# RUN: cp -f %S/Inputs/redundant-and-unmatching-prefixes.ll %t-1.ll
|
|
# RUN: %update_llc_test_checks %t-1.ll
|
|
# RUN: FileCheck --input-file=%t-1.ll %s
|
|
|
|
# CHECK: B-LABEL: function_1:
|
|
# CHECK-NOT: A-LABEL: function_1
|
|
# CHECK-NOT: REDUNDANT-LABEL: function_1:
|
|
|
|
# CHECK: B-LABEL: function_2:
|
|
# CHECK-NOT: A-LABEL: function_2:
|
|
# CHECK-NOT: UNUSED-LABEL: function_2:
|
|
|
|
# CHECK: NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
|
|
# CHECK-NEXT: A:
|
|
# CHECK-NEXT: REDUNDANT:
|
|
# CHECK-NEXT: UNUSED:
|