[llvm] 707224e - [NFC] Update arm_function_name.ll after 4de0c400317e5a92d57f2c76545061a9e7de22f8
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 23 06:41:57 PDT 2021
Author: Roman Lebedev
Date: 2021-06-23T16:41:43+03:00
New Revision: 707224ea16f67c9a4fb97e89f5599838fd622841
URL: https://github.com/llvm/llvm-project/commit/707224ea16f67c9a4fb97e89f5599838fd622841
DIFF: https://github.com/llvm/llvm-project/commit/707224ea16f67c9a4fb97e89f5599838fd622841.diff
LOG: [NFC] Update arm_function_name.ll after 4de0c400317e5a92d57f2c76545061a9e7de22f8
Added:
Modified:
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected
Removed:
################################################################################
diff --git a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected
index a6d4da41dfc1e..154f5fa1e3431 100644
--- a/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected
+++ b/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll.expected
@@ -7,6 +7,10 @@
; RUN: llc -mtriple=armv7-apple-ios < %s | FileCheck --prefix=IOS %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
+; CHECK-LABEL: _Z54bar$ompvariant$bar:
+; CHECK: @ %bb.0: @ %entry
+; CHECK-NEXT: mov r0, #2
+; CHECK-NEXT: bx lr
entry:
ret i32 2
}
More information about the llvm-commits
mailing list