This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Remove classes/multiclasses for SEW-aware instructions
ClosedPublic

Authored by pcwang-thead on Jun 8 2023, 1:33 AM.

Details

Summary

Instead, we add an argument isSEWAware to indicate that the
instruction is SEW-aware. Actually, the only difference is the
name of pseudo instructions.

And we remove postfix _E for all classes/multiclasses and remove
argument sew since it can be calculated from log2sew.

Diff Detail