https://llvm.org/bugs/show_bug.cgi?id=27008

pdknsk <pdk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from pdknsk <pdk...@gmail.com> ---
This appears to be fixed now, if still somewhat slower, on par with pre-3.7
releases.

clang version 3.9.0-svn264818-1~exp1 (trunk)
Target: x86_64-unknown-linux-gnu

$ clang-3.9 -march=haswell -O2 -std=c99 file.c -o file
$ ./file
1048575999 0.409

$ clang-3.6 -march=haswell -O2 -std=c99 file.c -o file
$ ./file
1048575999 0.410

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to