blob: 40d01617c30dac0e4d9b4d4048f093b0c56a359a [file] [log] [blame]
Craig Topperb49f0892017-08-22 05:40:17 +00001; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
3
4; CHECK: .LCPI0_0:
5; CHECK-NEXT: .zero 16,1
6
7define <4 x i32> @f(<4 x i32> %a) {
8; CHECK-LABEL: f:
9; CHECK: # BB#0:
10; CHECK-NEXT: paddd .LCPI0_0(%rip), %xmm0
11; CHECK-NEXT: retq
12 %v = add nuw nsw <4 x i32> %a, <i32 16843009, i32 16843009, i32 16843009, i32 16843009>
13 ret <4 x i32> %v
14}