CastGEPIndices still handles Vector GEPs incorrectly - in some cases we can fall into an infinite recursion, because we compare the vector type to the scalar pointer type, and then try to cast a type to itself.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM