[llvm-bugs] [Bug 32176] _mm_undefined_si128 compiles to incorrect SSE code

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Mar 12 12:50:48 PDT 2017


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

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

--- Comment #12 from Sanjay Patel <spatel+llvm at rotateright.com> ---
This should be fixed after:
https://reviews.llvm.org/rL297588

If you have any cases where you're using _mm_undefined_* and clang is producing
an unnecessary zero-ing instruction (xorps, etc) in optimized assembly, please
file a new bug report. Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170312/602a1922/attachment.html>


More information about the llvm-bugs mailing list