This fixes a bug that can cause extractelements with operands that
haven't been defined yet to be inserted at a wrong point when
optimising insertelements.
Patch by Karl Hylen.
Differential D33449
[InstCombine] Fix extractelement use before def svenvh on May 23 2017, 9:57 AM. Authored by
Details This fixes a bug that can cause extractelements with operands that Patch by Karl Hylen.
Diff Detail
Event TimelineComment Actions The code change looks good. Thanks for finding/fixing that bug. Please use the script at utils/update_test_checks.py to generate the CHECK lines for the test. That will make it easier to update this file in the future. |