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

Frits van Bommel fvbommel at gmail.com
Thu Dec 9 09:46:52 PST 2010


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 010-jumpthreading-select.patch
Type: text/x-patch
Size: 4998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101209/234fb160/attachment.bin>


More information about the llvm-commits mailing list