about summary refs log tree commit diff
path: root/tests/mir-opt
AgeCommit message (Expand)AuthorLines
2023-10-31Reorder passes.Camille GILLOT-33/+63
2023-10-29Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJungbors-2449/+3545
2023-10-27Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJungbors-22/+71
2023-10-26Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnrbors-15/+25
2023-10-25address review commentsRyan Mehri-70/+100
2023-10-25FileCheck unwrap_uncheckedRyan Mehri-1/+2
2023-10-25FileCheck unsized_argumentRyan Mehri-1/+2
2023-10-25FileCheck unchecked_shiftsRyan Mehri-1/+8
2023-10-25FileCheck issue_78442Ryan Mehri-1/+5
2023-10-25FileCheck inline_scopes_parentingRyan Mehri-4/+8
2023-10-25FileCheck inline_as_ref_as_mutRyan Mehri-1/+8
2023-10-25FileCheck inline_trait_methodRyan Mehri-1/+2
2023-10-25FileCheck inline_trait_method_2Ryan Mehri-1/+3
2023-10-25FileCheck inline_specializationRyan Mehri-1/+2
2023-10-25FileCheck inline_retagRyan Mehri-1/+2
2023-10-25FileCheck inline_optionsRyan Mehri-1/+3
2023-10-25FileCheck inline_into_box_placeRyan Mehri-1/+2
2023-10-25FileCheck inline_instruction_setRyan Mehri-1/+10
2023-10-25FileCheck inline_coroutineRyan Mehri-12/+14
2023-10-25FileCheck inline_divergingRyan Mehri-1/+7
2023-10-25FileCheck inline_closureRyan Mehri-1/+3
2023-10-25FileCheck inline_closure_capturesRyan Mehri-1/+3
2023-10-25FileCheck inline_closure_borrows_argRyan Mehri-1/+3
2023-10-25FileCheck inline_box_fnRyan Mehri-1/+2
2023-10-25FileCheck inline_any_operandRyan Mehri-1/+2
2023-10-25FileCheck exponential_runtimeRyan Mehri-1/+8
2023-10-25FileCheck dyn_traitRyan Mehri-1/+8
2023-10-25FileCheck dont_ice_on_generic_rust_callRyan Mehri-1/+2
2023-10-25FileCheck cycleRyan Mehri-1/+8
2023-10-25FileCheck caller_with_trivial_boundRyan Mehri-1/+2
2023-10-25FileCheck asm_unwindRyan Mehri-1/+2
2023-10-25Never consider raw pointer casts to be trivalNilstrieb-15/+25
2023-10-25Verify that the alloc_id is Memory.Camille GILLOT-0/+52
2023-10-25Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obkMatthias Krüger-226/+42
2023-10-25Do not merge fn pointer casts.Camille GILLOT-0/+261
2023-10-25FileCheck gvn.Camille GILLOT-1699/+1526
2023-10-25Disambiguate non-deterministic constants.Camille GILLOT-9/+137
2023-10-25Transform large arrays into Repeat expressions when possible.Camille GILLOT-1/+137
2023-10-25Extract simplify_aggregate.Camille GILLOT-0/+142
2023-10-25Simplify repeat expressions.Camille GILLOT-8/+12
2023-10-25Simplify aggregate projections.Camille GILLOT-118/+152
2023-10-25Simplify projections in GVN.Camille GILLOT-77/+290
2023-10-25Evaluate computed values to constants.Camille GILLOT-164/+232
2023-10-25Do not remove unused definitions inside GVN.Camille GILLOT-1114/+1345
2023-10-24Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obkbors-140/+613
2023-10-24Require target features to match exactly during inliningTomasz Miąsko-1/+1
2023-10-24Precommit target features compatibility testTomasz Miąsko-0/+8
2023-10-24Migrate inline_compatibility.rs test to FileCheckTomasz Miąsko-226/+34
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-22/+71
2023-10-24Tweak test to avoid platform dependency.Camille GILLOT-15/+15