This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][CodeGen] Account for LMUL for Vector Fixed-Point Arithmetic Instructions
ClosedPublic

Authored by michaelmaitland on Nov 3 2022, 9:40 AM.

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