[flang] Fix crash in HLFIR generation (#118399)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / ppc_generated_funcs.test
blobb4b3583b5d29e9eb7b8056a024509738a600b82f
1 # REQUIRES: powerpc-registered-target
3 ## Check that generated functions are included.
4 # RUN: cp -f %S/Inputs/ppc_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/ppc_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/ppc_generated_funcs.ll.generated.expected
11 ## Check that generated functions are not included.
12 # RUN: cp -f %S/Inputs/ppc_generated_funcs.ll %t.ll && %update_llc_test_checks %t.ll
13 # RUN: diff -u %t.ll %S/Inputs/ppc_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/ppc_generated_funcs.ll.nogenerated.expected