[PATCH] D123581: [RISCV] Teach vsetvli insertion to handle VSETVLIInfo of vl-modified instruction.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 1 00:36:15 PDT 2022


fakepaper56 added a comment.

In D123581#3482841 <https://reviews.llvm.org/D123581#3482841>, @craig.topper wrote:

> Would adding SEW and LMUL from the VLEFF to the PseudoReadVL that gets emitted for VLEFF help without requiring us to give the VLEFF the GPR output?

I think it is a better solution, we could just check vtype of PseudoReadVL  and we don't need the new status VLModified.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123581/new/

https://reviews.llvm.org/D123581



More information about the llvm-commits mailing list