diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-09-21 20:36:04 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-09-21 20:36:04 +0000 |
commit | 90901a35cef379a65abff58e8b373fc21298a692 (patch) | |
tree | bcf25dc11d5405744be334887e82a4f8b11774df /compiler-rt/lib/tsan/lit_tests/java.h | |
parent | ff29d538ea6a9eb982bd58241722e6713a30f38a (diff) | |
download | bcm5719-llvm-90901a35cef379a65abff58e8b373fc21298a692.tar.gz bcm5719-llvm-90901a35cef379a65abff58e8b373fc21298a692.zip |
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
Diffstat (limited to 'compiler-rt/lib/tsan/lit_tests/java.h')
0 files changed, 0 insertions, 0 deletions