This patch correctly handles undef case of EXTRACT_VECTOR_ELT node where the element index is constant and not less than vector size.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D9250
SelectionDAG: Handle out-of-bounds index in extract vector element ClosedPublic Authored by chfast on Apr 24 2015, 5:04 AM.
Details Summary This patch correctly handles undef case of EXTRACT_VECTOR_ELT node where the element index is constant and not less than vector size.
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 5 2015, 5:50 PM
Revision Contents
Diff 24377 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/extract-store.ll
test/CodeGen/X86/extractelement-index.ll
|