For StackLifetime after finding alloca we need to check that
values ponting to the begining of alloca.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
4375 | You can just use GEP->hasAllZeroIndices() here. |
Please address the lint warning.