[PATCH] D153743: [RISCV] Use temporary stack in expanding SPLAT_VECTOR_SPLIT_I64_VL node
Yunze Zhu(Thead) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 04:33:37 PDT 2023
Yunzezhu added a comment.
In D153743#4447973 <https://reviews.llvm.org/D153743#4447973>, @craig.topper wrote:
> Does mean scalar FP code we copied the frame index from also has this bug?
I think no. These code comes from emitSplitF64Pseudo/emitBuildPairF64Pseudo, and pseudo instructions expand after ScheduleDAGNodes so memoperand could covers all later schedule parts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153743/new/
https://reviews.llvm.org/D153743
More information about the llvm-commits
mailing list