[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vect / build-vect64.ll
blob8b19e16864adda9b3cf3b55c3a5fdd76dc7c64ce
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check that the value produced is 0x0706050403020100.
4 ; CHECK: r1:0 = CONST64(#506097522914230528)
6 define <8 x i8> @fred() {
7   ret <8 x i8> <i8 0, i8 1, i8 2, i8 3, i8 4, i8 5, i8 6, i8 7>