<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Better optimize 'if' with ternaries conditional tests."
href="https://bugs.webkit.org/show_bug.cgi?id=144136#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Better optimize 'if' with ternaries conditional tests."
href="https://bugs.webkit.org/show_bug.cgi?id=144136">bug 144136</a>
from <span class="vcard"><a class="email" href="mailto:fpizlo@apple.com" title="Filip Pizlo <fpizlo@apple.com>"> <span class="fn">Filip Pizlo</span></a>
</span></b>
<pre>This might be a hole in LLVM's CFG transforms. It might also just be a matter of running some LLVM phase that we currently fail to run.
What about the generated machine code for "if (a?b:0)" is better than the code for "if (a && b)"?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>