C++: Print target variable name for Load and Store, if known

Now that we've started printing the targets of `Call` instructions in the IR dumps, I figured I might as well print the names of the variable being loaded or stored as well. We could potentially extend this to match fields, array elements, etc., but that's quite a bit more work.
This commit is contained in:
Dave Bartolomeo
2020-10-17 14:21:27 -04:00
parent 7f2aa81d0b
commit a80c6fbf97
12 changed files with 2775 additions and 2685 deletions

File diff suppressed because it is too large Load Diff