This is an archive of the discontinued LLVM Phabricator instance.

[Assignment Tracking][NFC] Use RawLocationWrapper in VarLocInfo [2/x]
ClosedPublic

Authored by Orlando on Mar 13 2023, 2:37 AM.

Details

Summary

Use RawLocationWrapper rather than a Value to represent the location operand(s) so that it's possible to represent multiple location operands. AssignmentTrackingAnalysis still converts variadic debug intrinsics to kill locations so this patch is NFC.

Diff Detail