[PATCH] D127576: [RISCV] Teach vsetvli insertion to handle VLEFF/VLSEGFF.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 01:01:48 PDT 2022
fakepaper56 updated this revision to Diff 436287.
fakepaper56 added a comment.
Address Craig's comments.
1. Add function `updateToEndStatus` to share code for updating `VSETVLIInfo`. Does somebody have better naming to represent the status between one MI and the next one?
2. Refine code of `needVSETVLIPHI`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127576/new/
https://reviews.llvm.org/D127576
Files:
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.ll
llvm/test/CodeGen/RISCV/rvv/vsetvli-modify-vl.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127576.436287.patch
Type: text/x-patch
Size: 8377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220613/07cb183d/attachment.bin>
More information about the llvm-commits
mailing list