Files
clang-p2996/llvm/lib/Analysis/CaptureTracking.cpp
Nikita Popov 383e35048e [CaptureTracking] Treat vector GEPs as captures
Because AA does not support vectors of pointers, we have to
treat pointers that are inserted into a vector as captures. We
mostly already do so, but missed the case where getelementptr
is used to produce a vector.
2023-12-05 10:09:52 +01:00

18 KiB