This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Tablegen] Make VLXSched and VSXSched classes aware of data and index lmul
ClosedPublic

Authored by nitinjohnraj on Apr 7 2023, 2:39 PM.

Details

Summary

The LMUL for data and index are not guaranteed the same so we need different LMULs appended to the sched classes for them.

Diff Detail