[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vect / vect-infloop.ll
blob5c3df3224bbdaac88f1d571a70b105eef7eaa6bb
1 ; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
2 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; CHECK: convert_df2w
5 define void @a(ptr %p, ptr %q) {
6   %t = load <2 x double>, ptr %p
7   %r = fptosi <2 x double> %t to <2 x i8>
8   store <2 x i8> %r, ptr %q
9   ret void