<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&#64;apple.com" title="Filip Pizlo &lt;fpizlo&#64;apple.com&gt;"> <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 &quot;if (a?b:0)&quot; is better than the code for &quot;if (a &amp;&amp; b)&quot;?</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>