15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s3 4; CHECK: .LCPI0_0:5; CHECK-NEXT: .zero 16,16 7define <4 x i32> @f(<4 x i32> %a) {8; CHECK-LABEL: f:9; CHECK: # %bb.0:10; CHECK-NEXT: paddd {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm011; CHECK-NEXT: retq12 %v = add nuw nsw <4 x i32> %a, <i32 16843009, i32 16843009, i32 16843009, i32 16843009>13 ret <4 x i32> %v14}15