EXTRACT_VECTOR_ELT has undefined behavior for element indices greater than
the input vector width.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Realized that this optimization is invalid. Replaced by http://reviews.llvm.org/D3519 .