Details
Details
- Reviewers
kda - Commits
- rGaca12761605d: [msan] Avoid unnecessary PC increment/decrement
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is the idea here, that since the name is being preserved, it is not necessary to have the line number where the variable is declared?
I feel like the way it is currently implemented matches the heap tracking, as the stack points to where the allocation is done.
Also, with introduction of flag to suppress variable names, then better to get the line right.
resolved: nevermind, convinced valid verbally.