about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/checked_ops.checked_shl.PreCodegen.after.mir
AgeCommit message (Expand)AuthorLines
2024-04-18Update `checked_ops` so 32- and 64-bit gets the same checksScott McMurray-62/+0
2024-04-18At debuginfo=0, don't inline debuginfo when inliningScott McMurray-6/+0
2024-04-03Remove MIR unsafe checkMatthew Jasper-7/+3
2024-03-10MIR printing: print the path of uneval'd const; refer to promoteds in a consi...Ralf Jung-1/+1
2023-12-24Enable GVN by default.Camille GILLOT-1/+5
2023-07-20Always propagate into operands.Camille GILLOT-19/+15
2023-07-19Turn copy into moves during DSE.Camille GILLOT-1/+1
2023-06-19Promote unchecked_add/sub/mul/shl/shr to mir::BinOpScott McMurray-21/+14
2023-06-16[libs] Simplify `unchecked_{shl,shr}`Scott McMurray-79/+20
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-92/+86
2023-06-03Only check inlining counter after recusing.Camille GILLOT-25/+25
2023-06-01Rebase fallout.Camille GILLOT-65/+49
2023-06-01Restrict test to x64.Camille GILLOT-1/+1
2023-06-01Annotate needs-unwind.Camille GILLOT-1/+1
2023-06-01Add e2e mir test for checked arithmetic.Camille GILLOT-0/+160