Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / systemz_generated_funcs.test
blob925eda940966f8ac96c70389b158cc839dd81693
1 # REQUIRES: systemz-registered-target
3 ## Check that generated functions are included.
4 # RUN: cp -f %S/Inputs/systemz_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/systemz_generated_funcs.ll.generated.expected
7 ## Check that running the script again does not change the result:
8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
9 # RUN: diff -u %t.ll %S/Inputs/systemz_generated_funcs.ll.generated.expected
11 ## Check that generated functions are not included.
12 # RUN: cp -f %S/Inputs/systemz_generated_funcs.ll %t.ll && %update_llc_test_checks %t.ll
13 # RUN: diff -u %t.ll %S/Inputs/systemz_generated_funcs.ll.nogenerated.expected
15 ## Check that running the script again does not change the result:
16 # RUN: %update_llc_test_checks %t.ll
17 # RUN: diff -u %t.ll %S/Inputs/systemz_generated_funcs.ll.nogenerated.expected