This addresses a bug in collectCallSiteParameters() where call site
immediates would be truncated from int64_t to unsigned.
This fixes PR43525.
Differential D68869
[DebugInfo] Fix truncation of call site immediates dstenb on Oct 11 2019, 6:57 AM. Authored by
Details This addresses a bug in collectCallSiteParameters() where call site This fixes PR43525.
Diff Detail
Event Timeline
|
We should only use auto where the type is obvious from the context. Let's use uint64_t here.