This is an archive of the discontinued LLVM Phabricator instance.

[CostModel] Fix the invalid cost for scalable vectors intrinsics
AbandonedPublic

Authored by Allen on Jun 11 2022, 5:53 AM.

Details

Summary

With the commit D97470, the cost of scalable vectors intrinsics may be invalid,
so make it expensive to avoid crash.

Diff Detail

Event Timeline

Allen created this revision.Jun 11 2022, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2022, 5:53 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
Allen requested review of this revision.Jun 11 2022, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2022, 5:53 AM
Allen added a comment.Jun 11 2022, 9:20 PM

commit f85c5079b8d has fix this

Allen abandoned this revision.Jun 11 2022, 9:20 PM