[clang] [llvm] [ARM] musttail fixes (PR #102896)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 12 12:10:57 PDT 2024
================
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc -mtriple armv7 -target-abi aapcs -float-abi soft -O0 -o - < %s \
; RUN: | FileCheck %s -check-prefix CHECK-SOFT -check-prefix CHECK
----------------
efriedma-quic wrote:
Remove the `-check-prefix CHECK` if the test doesn't need it.
https://github.com/llvm/llvm-project/pull/102896
More information about the cfe-commits
mailing list