<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kkhoo@perfwizard.com" title="Kay Tiong Khoo <kkhoo@perfwizard.com>"> <span class="fn">Kay Tiong Khoo</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - bzhi not generated"
   href="http://llvm.org/bugs/show_bug.cgi?id=17038">bug 17038</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - bzhi not generated"
   href="http://llvm.org/bugs/show_bug.cgi?id=17038#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - bzhi not generated"
   href="http://llvm.org/bugs/show_bug.cgi?id=17038">bug 17038</a>
              from <span class="vcard"><a class="email" href="mailto:kkhoo@perfwizard.com" title="Kay Tiong Khoo <kkhoo@perfwizard.com>"> <span class="fn">Kay Tiong Khoo</span></a>
</span></b>
        <pre>$ ./clang -v
clang version 3.4 (trunk 189776)
Target: x86_64-apple-darwin11.4.2
Thread model: posix

$ ./clang -S -O3  -march=core-avx2 bzhi.c -o /dev/stdout 
    .section    __TEXT,__text,regular,pure_instructions
    .globl    _foo
    .align    4, 0x90
_foo:                                   ## @foo
    .cfi_startproc
## BB#0:                                ## %entry
    pushq    %rbp
Ltmp2:
    .cfi_def_cfa_offset 16
Ltmp3:
    .cfi_offset %rbp, -16
    movq    %rsp, %rbp
Ltmp4:
    .cfi_def_cfa_register %rbp
    bzhil    %esi, %edi, %eax
    popq    %rbp
    ret
    .cfi_endproc</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>