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

Sanjay Patel <spatel+l...@rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |spatel+l...@rotateright.com

--- Comment #1 from Sanjay Patel <spatel+l...@rotateright.com> ---
I don't see this bug on trunk; tested with:

$ ./clang -v
clang version 6.0.0 (trunk 313258)
Target: x86_64-apple-darwin16.7.0

$ ./clang -O2 -mavx2 castmax.ll -S -o - |grep minsd

        vpminsd %ymm1, %ymm0, %ymm0

Looks fixed in the clang 5.0 release as well:
https://godbolt.org/g/zXGhL4

-- 
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