diff options
author | Michael Kuperstein <mkuper@google.com> | 2016-12-21 17:34:21 +0000 |
---|---|---|
committer | Michael Kuperstein <mkuper@google.com> | 2016-12-21 17:34:21 +0000 |
commit | dd92c78669da0c3e0c285b0723ee5ecba12ca1df (patch) | |
tree | 9184dcff28859e42ff18938bfa69426285efa550 /llvm/lib/AsmParser | |
parent | 083d1700a0ef03d98db2109fd76186889f3c3fbe (diff) | |
download | bcm5719-llvm-dd92c78669da0c3e0c285b0723ee5ecba12ca1df.tar.gz bcm5719-llvm-dd92c78669da0c3e0c285b0723ee5ecba12ca1df.zip |
[ConstantFolding] Fix vector GEPs harder
For vector GEPs, CastGEPIndices can end up in an infinite recursion, because
we compare the vector type to the scalar pointer type, find them different,
and then try to cast a type to itself.
Differential Revision: https://reviews.llvm.org/D28009
llvm-svn: 290260
Diffstat (limited to 'llvm/lib/AsmParser')
0 files changed, 0 insertions, 0 deletions