[PATCH] D101042: [AArch64] Add missing UINT_TO_FP promotions for v16i8
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 08:51:06 PDT 2021
david-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-fp-converts.ll:175
+define void @uitofp_v4i8_v4f32(<4 x i8>* %in, <4 x float>* %out) #0 {
+; CHECK-LABEL: uitofp_v4i8_v4f32:
+ %vec = load <4 x i8>, <4 x i8>* %in
----------------
Shouldn't we have some CHECK lines for the codegen in these functions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101042/new/
https://reviews.llvm.org/D101042
More information about the llvm-commits
mailing list