commit | d72a458d28b180b7d1c224df2e00653975ac4359 | [log] [tgz] |
---|---|---|
author | Sanjay Patel <spatel@rotateright.com> | Fri Jan 08 01:39:16 2016 +0000 |
committer | Sanjay Patel <spatel@rotateright.com> | Fri Jan 08 01:39:16 2016 +0000 |
tree | ed37b60d2bbb0895156c6a3a1a7b155b5d936908 | |
parent | 506ecac0859158f98bba8c07ada3fc3a8e823184 [diff] |
[InstCombine] insert a new shuffle in a safe place (PR25999) Limit this transform to a basic block and guard against PHIs. Hopefully, this fixes the remaining failures in PR25999: https://llvm.org/bugs/show_bug.cgi?id=25999 llvm-svn: 257133