This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][CodeGen] Add Scheduling for vset{i}vl{i} instruction
ClosedPublic

Authored by michaelmaitland on Oct 4 2022, 12:19 PM.

Diff Detail

Event Timeline

michaelmaitland requested review of this revision.Oct 4 2022, 12:19 PM

Use 0 for read advance and fix formatting

craig.topper added inline comments.Oct 4 2022, 2:05 PM
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
4453

There's nothing to "Read" here. The sources are immediates

Remove read from PseduoVSETIVLI

Remove dead ReadVSETIVLI

This revision is now accepted and ready to land.Oct 4 2022, 9:42 PM