llvm-project/llvm/test/Analysis/ConstantFolding
Michael Kuperstein dd92c78669 [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
2016-12-21 17:34:21 +00:00
..
gep.ll
vectorgep-crash.ll [ConstantFolding] Fix vector GEPs harder 2016-12-21 17:34:21 +00:00