This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Teach RISCVInsertVSETVLI::needVSETVLI to handle mask register instructions better.
ClosedPublic

Authored by craig.topper on Oct 28 2021, 3:12 PM.

Details

Summary

If the VL operand of a mask register instruction comes from an
explicit vsetvli with a different VTYPE, we can still avoid needing
a vsetvli as long as the SEW/LMUL ratio is the same and policy bits
match.

Diff Detail