[llvm-commits] AMDIL scheduling override patch
Villmow, Micah
Micah.Villmow at amd.com
Fri Sep 2 09:46:15 PDT 2011
Ping...
From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Villmow, Micah
Sent: Friday, August 26, 2011 6:23 PM
To: llvm-commits
Subject: [llvm-commits] AMDIL scheduling override patch
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/20110902/cccad6a3/attachment.html>
More information about the llvm-commits
mailing list