This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix cost of legal fixed length masked load and stores
ClosedPublic

Authored by reames on Nov 1 2022, 5:19 PM.

Details

Summary

We can cost them the same way as a scalable masked load/store. By hitting the default path, we were costing them as if they were being scalarized. This is a significant over estimate.

Diff Detail

Event Timeline

reames created this revision.Nov 1 2022, 5:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 5:19 PM
reames requested review of this revision.Nov 1 2022, 5:19 PM
This revision is now accepted and ready to land.Nov 2 2022, 2:04 AM