[llvm-commits] AMDIL scheduling override patch

Villmow, Micah Micah.Villmow at amd.com
Fri Aug 26 18:23:01 PDT 2011


There are cases where LLVM scheduling makes assumptions that perform horrendously bad on certain types of instructions.
This patch adds a hook into the Scheduling algorithm that lets the backend override any checks that might occur when determining the node priority.

This is one of the few hooks that the AMDIL backend relies on that is currently not in the public LLVM tree.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110826/4871b3a2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AMDIL_OverrideScheduling.patch
Type: application/octet-stream
Size: 1893 bytes
Desc: AMDIL_OverrideScheduling.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110826/4871b3a2/attachment.obj>


More information about the llvm-commits mailing list