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

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

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

--- Comment #1 from Sanjay Patel <spatel+l...@rotateright.com> ---
Which version of clang are you using?

Based on:
http://gcc.godbolt.org/
...this won't compile since clang 3.0.

And I think that's the correct behavior (see also my comment in bug 21713).
When using the SSE intrinsics, a "const" parameter value should be a
literal/immediate (not sure what the proper terminology is for C/C++).

Feel free to reopen if you disagree.

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