From: Simon Pilgrim Date: Wed, 18 May 2022 12:24:20 +0000 (+0100) Subject: [AArch64] neon-vmull-high-p64.ll - fix name/check mismatch identified in D125604 X-Git-Tag: upstream/15.0.7~7382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=939affc67d4534c75d240180575dd9484ae8c691;p=platform%2Fupstream%2Fllvm.git [AArch64] neon-vmull-high-p64.ll - fix name/check mismatch identified in D125604 Typos meant that we weren't actually checking the function name, which wasn't accounting for mangling --- diff --git a/llvm/test/CodeGen/AArch64/neon-vmull-high-p64.ll b/llvm/test/CodeGen/AArch64/neon-vmull-high-p64.ll index 6b0ac9c..ddd8515 100644 --- a/llvm/test/CodeGen/AArch64/neon-vmull-high-p64.ll +++ b/llvm/test/CodeGen/AArch64/neon-vmull-high-p64.ll @@ -38,13 +38,13 @@ ; } -;CHECK_LABEL: func: +;CHECK-LABEL: func: ;CHECK: pmull2 %struct.SS = type { <2 x i64>, <2 x i64> } ; Function Attrs: nofree noinline nounwind -define dso_local void @_Z4funcP2SSjPKhPo(%struct.SS* nocapture readonly %g, i32 %count, i8* nocapture readonly %buf, i128* nocapture %res) local_unnamed_addr #0 { +define dso_local void @func(%struct.SS* nocapture readonly %g, i32 %count, i8* nocapture readonly %buf, i128* nocapture %res) local_unnamed_addr #0 { entry: %h2 = getelementptr inbounds %struct.SS, %struct.SS* %g, i64 0, i32 1 %0 = load <2 x i64>, <2 x i64>* %h2, align 16