This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add scheduling classes for VFNM[AS]
ClosedPublic

Authored by olista01 on Jun 13 2017, 2:55 AM.

Details

Summary

The VFNM[AS] instructions did not have scheduling information attached, which was causing assertion failures with the Cortex-A57 scheduling model and -fp-contract=fast, because the Cortex-A57 sched model claims to be complete.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Jun 13 2017, 2:55 AM
javed.absar accepted this revision.Jun 13 2017, 5:36 AM

Thanks Oliver for fixing it.

This revision is now accepted and ready to land.Jun 13 2017, 5:36 AM
This revision was automatically updated to reflect the committed changes.