| commit | 3ec848bc50b46d0583689cd83f4da4b1d23690cf | [log] [tgz] |
|---|---|---|
| author | Haicheng Wu <haicheng@codeaurora.org> | Wed Sep 27 14:44:56 2017 +0000 |
| committer | Haicheng Wu <haicheng@codeaurora.org> | Wed Sep 27 14:44:56 2017 +0000 |
| tree | 2fe8a68c1548b9eb5b790adccec4e03e2727d31d | |
| parent | 87337a2bb924c5e057355d82c912f2fd21c9f01e [diff] |
[InlineCost] add visitSelectInst() InlineCost can understand Select IR now. This patch finds free Select IRs and continue the propagation of SimplifiedValues, ConstantOffsetPtrs, and SROAArgValues. Differential Revision: https://reviews.llvm.org/D37198 llvm-svn: 314307