| commit | 6935aefdf0fdfd2641ebb27dd3b1aa6e5e2fe4ab | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <george.burgess.iv@gmail.com> | Mon May 01 23:12:08 2017 +0000 |
| committer | George Burgess IV <george.burgess.iv@gmail.com> | Mon May 01 23:12:08 2017 +0000 |
| tree | 343373de422e077249551d387193c708200f1441 | |
| parent | 8d196c88a6eaa12239a6fdb45f4d1a28be7192d4 [diff] |
[InstSimplify] Handle selects of GEPs with 0 offset In particular (since it wouldn't fit nicely in the summary): (select (icmp eq V 0) P (getelementptr P V)) -> (getelementptr P V) Differential Revision: https://reviews.llvm.org/D31435 llvm-svn: 301880