This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Codegen] Account for LMUL in Vector Mask instructions
AbandonedPublic

Authored by michaelmaitland on Nov 3 2022, 3:18 PM.

Details

Summary

It is likley that subtargets act differently for vector fixed-point arithmetic instructions based on the LMUL. This patch creates seperate SchedRead, SchedWrite, WriteRes, ReadAdvance for each relevant LMUL.

Diff Detail

Event Timeline

michaelmaitland created this revision.Nov 3 2022, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2022, 3:18 PM
michaelmaitland requested review of this revision.Nov 3 2022, 3:18 PM
michaelmaitland abandoned this revision.Nov 3 2022, 3:21 PM

Abandoning because I used arc incorrectly to create diff.