This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Make vsetvli intrinsics default to MA.
ClosedPublic

Authored by craig.topper on Feb 10 2023, 3:40 PM.

Details

Summary

The vsetvli insertion pass can replace it with MU if needed by
a using instruction. The vsetvli insertion pass will not convert
MU to MA so we need to start at MA.

Diff Detail

Event Timeline

craig.topper created this revision.Feb 10 2023, 3:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 3:40 PM
craig.topper requested review of this revision.Feb 10 2023, 3:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 3:40 PM
eopXD accepted this revision.Feb 11 2023, 6:18 AM

This change looks reasonable to me.

This revision is now accepted and ready to land.Feb 11 2023, 6:18 AM
This revision was landed with ongoing or failed builds.Feb 13 2023, 10:40 AM
This revision was automatically updated to reflect the committed changes.