brintos

brintos / llvm-project-archived public Read only

0
0
Text · 701 B · 008bab3 Raw
19 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=armv8 | FileCheck %s3; RUN: llc < %s -mtriple=armv8 -early-live-intervals -verify-machineinstrs | FileCheck %s4define <4 x i32> @test(<4 x i32> %m) {5; CHECK-LABEL: test:6; CHECK:       @ %bb.0: @ %entry7; CHECK-NEXT:    vmov d17, r2, r38; CHECK-NEXT:    vmov d16, r0, r19; CHECK-NEXT:    vshl.i32 q8, q8, #2410; CHECK-NEXT:    vshr.s32 q8, q8, #2411; CHECK-NEXT:    vmov r0, r1, d1612; CHECK-NEXT:    vmov r2, r3, d1713; CHECK-NEXT:    bx lr14entry:15  %shl = shl <4 x i32> %m, <i32 24, i32 24, i32 24, i32 24>16  %shr = ashr exact <4 x i32> %shl, <i32 24, i32 24, i32 24, i32 24>17  ret <4 x i32> %shr18}19