The scalar VFMS instructions did not have scheduling information attached (but VFMA did), which was causing assertion failures with the Cortex-A57 scheduling model and -fp-contract=fast.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks Oliver for adding the missing sched defs. I am surprised there was assertion failures for missing scheds as default behaviour of machine scheduler used to be 'to-silently-ignore'. Anyways, that's a separate issue. Still good to have complete defs.