[llvm-commits] [PATCH] Disable instruction hoisting
Tobias Grosser
grosser at fim.uni-passau.de
Sun Aug 15 23:16:07 PDT 2010
On 08/14/2010 02:00 PM, Tobias Grosser wrote:
> Hi,
>
> I would like to contribute a patch that allows to disable instruction
> hoisting in the SCEVExpander. It does not change the current behaviour
> of any code, but will allow polly to use it to generate so called
> independent blocks.
No need to worry about this any more. ether implemented a solution, that
does not depend on the SCEVExpander, but copies the parameter tree of
the relevant statements.
This works out nicely
Cheers
Tobi
More information about the llvm-commits
mailing list