[llvm-commits] [Review request] Jump threading and 'select'.

Frits van Bommel fvbommel at gmail.com
Tue Dec 14 04:08:00 PST 2010


On Thu, Dec 9, 2010 at 6:46 PM, Frits van Bommel <fvbommel at gmail.com> wrote:
> The attached patch teaches jump threading to "look through" a select
> when the branch direction of a branch/switch/indirect depends on it.
> The new code tries to figure out whether the condition of the select
> is known in any of the predecessors and if so maps the operands
> appropriately.

Ping?



More information about the llvm-commits mailing list