This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Drop notion of "strict" vsetvli compatibility
ClosedPublic

Authored by frasercrmck on May 17 2022, 1:06 AM.

Details

Summary

With recent fixes to the dataflow in place, we now never pass
Strict=true to isCompatible, so remove the parameter completely.

Diff Detail

Event Timeline

frasercrmck created this revision.May 17 2022, 1:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 1:06 AM
frasercrmck requested review of this revision.May 17 2022, 1:06 AM
reames accepted this revision.May 17 2022, 7:07 AM

LGTM

I'd have been completely okay with this landing without review.

This revision is now accepted and ready to land.May 17 2022, 7:07 AM
This revision was landed with ongoing or failed builds.May 17 2022, 7:37 AM
This revision was automatically updated to reflect the committed changes.