[PATCH] D34139: [ARM] Add scheduling classes for VFNM[AS]
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 02:55:41 PDT 2017
olista01 created this revision.
Herald added subscribers: kristof.beyls, aemerson.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D34139
Files:
lib/Target/ARM/ARMInstrVFP.td
test/CodeGen/ARM/cortex-a57-misched-vfma.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34139.102306.patch
Type: text/x-patch
Size: 4480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170613/e3514593/attachment-0001.bin>
More information about the llvm-commits
mailing list