[PATCH] D95240: [update_llc_test_checks] Support AVR

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 11:38:18 PST 2021


arichardson added inline comments.


================
Comment at: llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/avr_generated_funcs.ll.generated.expected:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --include-generated-funcs
+; RUN: llc -enable-machine-outliner -mtriple=avr < %s | FileCheck %s
----------------
I'd say the avr_function_name.ll test is sufficient to show that the script works for AVR.

This test is not actually testing for any generated functions (I guess -enable-machine-outliner does nothing?)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95240/new/

https://reviews.llvm.org/D95240



More information about the llvm-commits mailing list