This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Made v(f)(w)red* pseudoinstructions SEW-aware
ClosedPublic

Authored by nitinjohnraj on Mar 28 2023, 5:53 PM.

Details

Summary

This patch part of an ongoing effort to distinguish between pseudoinstructions using different SEWs in the scheduler.

Diff Detail

Event Timeline

nitinjohnraj created this revision.Mar 28 2023, 5:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 5:53 PM
nitinjohnraj requested review of this revision.Mar 28 2023, 5:53 PM
nitinjohnraj edited the summary of this revision. (Show Details)Mar 28 2023, 5:56 PM
This revision is now accepted and ready to land.Mar 28 2023, 7:26 PM
pcwang-thead accepted this revision.Mar 28 2023, 8:32 PM

LGTM. Thanks!