This is an archive of the discontinued LLVM Phabricator instance.

[ARM] sext of a load is free
ClosedPublic

Authored by dmgreen on Aug 9 2019, 4:54 AM.

Details

Summary

This teaches the cost model that the sext or zext of a load is going to be free.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.Aug 9 2019, 4:54 AM
samparker accepted this revision.Aug 9 2019, 5:20 AM

Huh, surprised this was missing. Add i64 before committing?

This revision is now accepted and ready to land.Aug 9 2019, 5:20 AM
This revision was automatically updated to reflect the committed changes.