Displaying 3 results from an estimated 3 matches for "llin".
Did you mean:
lli
2017 Mar 03
4
Optionally using value numbering in Simplify*
So i have a testcase (see PR31792, and cond_br2.llin GVN) that current GVN
can simplify because it replaces instructions as it goes. It's an example
of a larger issue that pops up quite a lot
I would appreciate thoughts on what to do about it
it amounts to something like this (but again, it happens a lot):
live = gep thing, 0
live2 = gep thing,...
2006 Mar 03
3
tcdevices Error
...ice A seems not to be configured in tcdevices''
+ echo '' ERROR: device A seems not to be configured in tcdevices''
ERROR: device A seems not to be configured in tcdevices
[1]: http://s4.yousendit.com/d.aspx?id=20GBD887DXP0R0ULMRKKLCQH3D
--
http://www.noderunner.net/~llin/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that exte...
2017 Mar 03
2
Optionally using value numbering in Simplify*
On Fri, Mar 3, 2017 at 12:39 PM, Friedman, Eli <efriedma at codeaurora.org>
wrote:
On 3/3/2017 11:51 AM, Daniel Berlin via llvm-dev wrote:
So i have a testcase (see PR31792, and cond_br2.llin GVN) that current GVN
can simplify because it replaces instructions as it goes. It's an example
of a larger issue that pops up quite a lot
I would appreciate thoughts on what to do about it
it amounts to something like this (but again, it happens a lot):
live = gep thing, 0
live2 = gep thing,...