| commit | efd8a84cd58e392c9fe68300a17378dc49b61330 | [log] [tgz] |
|---|---|---|
| author | Aditya Nandakumar <aditya_nandakumar@apple.com> | Wed Aug 23 20:45:48 2017 +0000 |
| committer | Aditya Nandakumar <aditya_nandakumar@apple.com> | Wed Aug 23 20:45:48 2017 +0000 |
| tree | 1f5071d91223f86d00cc580551c16efa83d90783 | |
| parent | 950567aac4bcd7e6e5231d1874f2d3f30fff3412 [diff] |
[GISEl]: Translate phi into G_PHI G_PHI has the same semantics as PHI but also has types. This lets us verify that the types in the G_PHI are consistent. This also allows specifying legalization actions for G_PHIs. https://reviews.llvm.org/D36990 llvm-svn: 311596