[llvm] 92a3e1b - [NFC] add --match-full-lines to the RUN line
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 23:37:43 PDT 2022
Author: Chen Zheng
Date: 2022-07-01T02:37:35-04:00
New Revision: 92a3e1b5c9e7ddd1b981393eac391a3745eff9a8
URL: https://github.com/llvm/llvm-project/commit/92a3e1b5c9e7ddd1b981393eac391a3745eff9a8
DIFF: https://github.com/llvm/llvm-project/commit/92a3e1b5c9e7ddd1b981393eac391a3745eff9a8.diff
LOG: [NFC] add --match-full-lines to the RUN line
Added:
Modified:
llvm/test/Transforms/Inline/inline-noalias-unidentify-object.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/Inline/inline-noalias-unidentify-object.ll b/llvm/test/Transforms/Inline/inline-noalias-unidentify-object.ll
index bf5a77764931..54e9ee0918ae 100644
--- a/llvm/test/Transforms/Inline/inline-noalias-unidentify-object.ll
+++ b/llvm/test/Transforms/Inline/inline-noalias-unidentify-object.ll
@@ -1,8 +1,7 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes=inline -enable-noalias-to-md-conversion -S | FileCheck %s
+; RUN: opt < %s -passes=inline -enable-noalias-to-md-conversion -S | FileCheck %s --match-full-lines
define i32 @caller(ptr %p) {
-; CHECK-LABEL: @caller(
+; CHECK-LABEL: define i32 @caller(ptr %p) {
; CHECK-NEXT: call void @llvm.experimental.noalias.scope.decl(metadata [[META0:![0-9]+]])
; CHECK-NEXT: [[P_8_I:%.*]] = getelementptr i8, ptr [[P:%.*]], i64 8
; CHECK-NEXT: [[V_I:%.*]] = load i32, ptr [[P_8_I]], align 4, !alias.scope !0
More information about the llvm-commits
mailing list