[clang] [llvm] [ARM] Fix musttail calls (PR #109943)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 10:03:15 PDT 2024
================
@@ -1,8 +1,31 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
; RUN: llc -mtriple=arm-eabi -mattr=+neon -float-abi=soft %s -o - | FileCheck %s
; CHECK: function1
; CHECK-NOT: vmov
----------------
efriedma-quic wrote:
Clean up old CHECK-NOT?
https://github.com/llvm/llvm-project/pull/109943
More information about the llvm-commits
mailing list