[PATCH] D83568: [SVE] Ensure fixed length vector fptrunc operations bigger than NEON are not considered legal.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 10 14:26:39 PDT 2020
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM with one minor comment
================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-fp-converts.ll:33
+define <8 x half> @fptrunc_v8f32_v8f16(<8 x float>* %in) #0 {
+; CHECK-LABEL: fptrunc_v8f32_v8f16:
+ %a = load <8 x float>, <8 x float>* %in
----------------
Please stick a check in here for the scalar fptrunc, so we're at least testing something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83568/new/
https://reviews.llvm.org/D83568
More information about the llvm-commits
mailing list