| commit | 3b2d0bc7c274c76198933c8c7d799b61a70dec82 | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Mon Mar 04 22:47:13 2019 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Mon Mar 04 22:47:13 2019 +0000 |
| tree | 252fe24f0f8271dedfb7b425dd3c41baa1266d1f | |
| parent | caf62b1d47e8a9aeb43787a18d6e5c1d5c1f8b70 [diff] |
[CodeGenPrepare] avoid crashing on non-canonical/degenerate code The test is reduced from an example in the post-commit thread for: rL354746 http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20190304/632396.html While we must avoid dying here, the real question should be: Why is non-canonical and/or degenerate code making it to CGP when using the new pass manager? llvm-svn: 355345