mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
3141177995
The output of these tests is too complicated to comfortably verify by hand, but we can still use them to observe changes to the underlying mappings produced by codegen/LLVM. If these tests fail due to non-coverage changes (e.g. in HIR-to-MIR lowering or MIR optimizations), it should usually be OK to just `--bless` them, as long as the `run-coverage` test suite still works.
29 lines
1.6 KiB
Plaintext
29 lines
1.6 KiB
Plaintext
Function name: simple_loop::main
|
|
Raw bytes (59): 0x[01, 01, 0a, 01, 05, 27, 09, 05, 02, 23, 09, 27, 09, 05, 02, 1e, 00, 23, 09, 27, 09, 05, 02, 07, 01, 03, 01, 09, 10, 05, 0a, 05, 05, 06, 02, 05, 06, 00, 07, 23, 05, 0d, 02, 0e, 1e, 04, 0d, 00, 12, 09, 02, 0a, 03, 0a, 1b, 06, 01, 00, 02]
|
|
Number of files: 1
|
|
- file 0 => global file 1
|
|
Number of expressions: 10
|
|
- expression 0 operands: lhs = Counter(0), rhs = Counter(1)
|
|
- expression 1 operands: lhs = Expression(9, Add), rhs = Counter(2)
|
|
- expression 2 operands: lhs = Counter(1), rhs = Expression(0, Sub)
|
|
- expression 3 operands: lhs = Expression(8, Add), rhs = Counter(2)
|
|
- expression 4 operands: lhs = Expression(9, Add), rhs = Counter(2)
|
|
- expression 5 operands: lhs = Counter(1), rhs = Expression(0, Sub)
|
|
- expression 6 operands: lhs = Expression(7, Sub), rhs = Zero
|
|
- expression 7 operands: lhs = Expression(8, Add), rhs = Counter(2)
|
|
- expression 8 operands: lhs = Expression(9, Add), rhs = Counter(2)
|
|
- expression 9 operands: lhs = Counter(1), rhs = Expression(0, Sub)
|
|
Number of file 0 mappings: 7
|
|
- Code(Counter(0)) at (prev + 3, 1) to (start + 9, 16)
|
|
- Code(Counter(1)) at (prev + 10, 5) to (start + 5, 6)
|
|
- Code(Expression(0, Sub)) at (prev + 5, 6) to (start + 0, 7)
|
|
= (c0 - c1)
|
|
- Code(Expression(8, Add)) at (prev + 5, 13) to (start + 2, 14)
|
|
= ((c1 + (c0 - c1)) + c2)
|
|
- Code(Expression(7, Sub)) at (prev + 4, 13) to (start + 0, 18)
|
|
= (((c1 + (c0 - c1)) + c2) - c2)
|
|
- Code(Counter(2)) at (prev + 2, 10) to (start + 3, 10)
|
|
- Code(Expression(6, Add)) at (prev + 6, 1) to (start + 0, 2)
|
|
= ((((c1 + (c0 - c1)) + c2) - c2) + Zero)
|
|
|