brintos

brintos / llvm-project-archived public Read only

0
0
Text · 476 B · 6fc57b5 Raw
10 lines · plain
1# REQUIRES: x86-registered-target2## Test checking that update_llc_test_checks.py can generate both ASM and MIR checks in the same file3 4# RUN: cp -f %S/Inputs/x86_asm_mir_mixed.ll %t.ll && %update_llc_test_checks %t.ll5# RUN: diff -u %S/Inputs/x86_asm_mir_mixed.ll.expected %t.ll6 7## Verify that running the script again on an already updated file doesn't add duplicate checks8# RUN: %update_llc_test_checks %t.ll9# RUN: diff -u %S/Inputs/x86_asm_mir_mixed.ll.expected %t.ll10