[llvm] e6eac65 - [ARM] 2012-03-13-DAGCombineBug.ll - regenerate checks
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 03:47:39 PST 2024
Author: Simon Pilgrim
Date: 2024-12-02T11:46:49Z
New Revision: e6eac65ad6aa2c61475d65f13d6d938d0e3a7728
URL: https://github.com/llvm/llvm-project/commit/e6eac65ad6aa2c61475d65f13d6d938d0e3a7728
DIFF: https://github.com/llvm/llvm-project/commit/e6eac65ad6aa2c61475d65f13d6d938d0e3a7728.diff
LOG: [ARM] 2012-03-13-DAGCombineBug.ll - regenerate checks
Added:
Modified:
llvm/test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll b/llvm/test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll
index 6e8f1f2208e2b1..bf523fe185d248 100644
--- a/llvm/test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll
+++ b/llvm/test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc < %s -mtriple=thumbv7-apple-ios | FileCheck %s
; rdar://11035895
@@ -5,8 +6,15 @@
; (i16 load $addr+c*sizeof(i16)). It should have issued an extload instead. i.e.
; (i32 extload $addr+c*sizeof(i16)
define void @test_hi_short3(ptr nocapture %srcA, ptr nocapture %dst) nounwind {
+; CHECK-LABEL: test_hi_short3:
+; CHECK: @ %bb.0: @ %entry
+; CHECK-NEXT: vldr d16, [r0]
+; CHECK-NEXT: vmov.u16 r0, d16[2]
+; CHECK-NEXT: vmov.32 d16[0], r0
+; CHECK-NEXT: vuzp.16 d16, d17
+; CHECK-NEXT: vst1.32 {d16[0]}, [r1:32]
+; CHECK-NEXT: bx lr
entry:
-; CHECK: vst1.32
%0 = load <3 x i16> , ptr %srcA, align 8
%1 = shufflevector <3 x i16> %0, <3 x i16> undef, <2 x i32> <i32 2, i32 undef>
store <2 x i16> %1, ptr %dst, align 4
More information about the llvm-commits
mailing list