summary refs log tree commit diff
path: root/src/test/mir-opt/const_allocation3/64bit
AgeCommit message (Collapse)AuthorLines
2020-05-12Pointer printing: do not print 0 offsetRalf Jung-6/+6
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-3/+3
MIR dump: print pointers consistently with Miri output This makes MIR allocation dump pointer printing consistent with Miri output: both use hexadecimal offsets with a `0x` prefix. To save some space, MIR dump replaces the `alloc` prefix by `a` when necessary. I also made AllocId/Pointer printing more consistent in their Debug/Display handling, and adjusted Display printing for Scalar a bit to avoid using decimal printing when we do not know the sign with which to interpret the value (IMO using decimal then is misleading).
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ↵Oliver Scherer-8/+8
mode
2020-04-26sync alloc dump and pointer printingRalf Jung-3/+3
2020-04-23Add leading 0x to offset in Debug fmt of PointerDavid Cook-3/+3
2020-04-15Remove other RvaluesWesley Wiser-7/+7
2020-04-13bless mir opt testsBastian Kauschke-1/+7
2020-03-26Enable `--bless`ing of MIR dumpsOliver Scherer-0/+59