mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
16a7995997
Summary: Getelementptr returns a vector of pointers, instead of a single address, when one or more of its arguments is a vector. In such case it is not possible to simplify the expression by inserting a bitcast of operand(0) into the destination type, as it will create a bitcast between different sizes. Reviewers: majnemer, mkuper, mssimpso, spatel Reviewed By: spatel Subscribers: lebedev.ri, llvm-commits Differential Revision: https://reviews.llvm.org/D46379 llvm-svn: 333783 |
||
---|---|---|
.. | ||
cast-vector.ll | ||
gep-constanfolding-error.ll | ||
gep-zeroinit-vector.ll | ||
gep.ll | ||
timeout.ll | ||
vectorgep-crash.ll |