[PATCH] D149263: [RISCV] Use vslide1down idiom for generic build_vector
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 11:00:35 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp2i-sat.ll:651
%a = load <8 x double>, ptr %x
%d = call <8 x i8> @llvm.fptoui.sat.v8i8.v8f64(<8 x double> %a)
store <8 x i8> %d, ptr %y
----------------
I might go investigate if we can avoid scalarizing this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149263/new/
https://reviews.llvm.org/D149263
More information about the llvm-commits
mailing list