[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vect / vect-vaddw.ll
bloba8401345ab2684082ca9a9a75c9997d7d909aa6f
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: vaddw
4 define <2 x i32> @t_i2x32(<2 x i32> %a, <2 x i32> %b) nounwind {
5 entry:
6         %0 = add <2 x i32> %a, %b
7         ret <2 x i32> %0