mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
3ac69e43e9
Summary: Getelementptr has vector type if any of its operands are vectors (the scalar operands being implicitly broadcast to all vector elements). Extractelement applied to a vector getelementptr can be folded by applying the extractelement in turn to all of the vector operands. Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69379 |
||
---|---|---|
.. | ||
bitcount.ll | ||
cast-vector.ll | ||
fneg.ll | ||
funnel-shift.ll | ||
gep-alias.ll | ||
gep-constanfolding-error.ll | ||
gep-zeroinit-vector.ll | ||
gep.ll | ||
math-1.ll | ||
math-2.ll | ||
min-max.ll | ||
rint.ll | ||
round.ll | ||
saturating-add-sub.ll | ||
smul-fix-sat.ll | ||
smul-fix.ll | ||
timeout.ll | ||
trunc.ll | ||
vector-undef-elts.ll | ||
vectorgep-crash.ll |