This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add instruction schedule for Zbe extension and Zbm extension
AbandonedPublic

Authored by Jimerlife on Jan 18 2022, 12:48 AM.

Details

Summary

Zbe extension
bdecompress/bcompress/bdecompressw/bcompressw, each instruction defined one schedule class

Zbm extension
bmator/bmatxor/bmatflip are grouped together, defined one schedule class

Diff Detail