Craig Topper | b49f089 | 2017-08-22 05:40:17 +0000 | [diff] [blame] | 1 | ; 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 | |
| 7 | define <4 x i32> @f(<4 x i32> %a) { |
| 8 | ; CHECK-LABEL: f: |
Francis Visoiu Mistrih | 25528d6 | 2017-12-04 17:18:51 +0000 | [diff] [blame] | 9 | ; CHECK: # %bb.0: |
Craig Topper | b49f089 | 2017-08-22 05:40:17 +0000 | [diff] [blame] | 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 | } |