Go to file
Benjamin Kramer 90901a35ce SROA: Handle casts involving vectors of pointers and integer scalars.
SROA wants to convert any types of equivalent widths but it's not possible to
convert vectors of pointers to an integer scalar with a single cast. As a
workaround we add a bitcast to the corresponding int ptr type first. This type
of cast used to be an edge case but has become common with SLP vectorization.
Fixes PR17271.

llvm-svn: 191143
2013-09-21 20:36:04 +00:00
clang clang-format: Improve address-of-operator detection 2013-09-21 17:31:51 +00:00
clang-tools-extra Added list of checks made. 2013-09-20 16:47:33 +00:00
compiler-rt tsan: do not try to use builtin atomic operations 2013-09-21 04:59:02 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Apply LWG 2048. It is amazing to me that this actually works, but the existing tests confirm that it does. c++1y status page now showing libc++ is complete for c++1y modulo dynarray issues. 2013-09-21 19:25:37 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][WinLink] Fix typo 2013-09-20 09:13:53 +00:00
lldb Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00
llvm SROA: Handle casts involving vectors of pointers and integer scalars. 2013-09-21 20:36:04 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00