about summary refs log tree commit diff
path: root/tests/mir-opt
AgeCommit message (Expand)AuthorLines
2023-12-02FileCheck inherit_overflow.Camille GILLOT-3/+6
2023-12-02FileCheck indirect.Camille GILLOT-1/+3
2023-12-02FileCheck discriminant.Camille GILLOT-2/+13
2023-12-02FileCheck and rename const_prop_fails_gracefully.Camille GILLOT-12/+18
2023-12-02FileCheck checked_add.Camille GILLOT-1/+4
2023-12-02FileCheck cast.Camille GILLOT-2/+5
2023-12-02FileCheck boxes.Camille GILLOT-1/+5
2023-12-02FileCheck boolean_identities.Camille GILLOT-8/+36
2023-12-02FileCheck bad_op_unsafe_oob_for_slices.Camille GILLOT-1/+4
2023-12-02FileCheck bad_op_mod_by_zero.Camille GILLOT-1/+8
2023-12-02FileCheck bad_op_div_by_zero.Camille GILLOT-2/+8
2023-12-02FileCheck array_index.Camille GILLOT-2/+4
2023-12-02FileCheck aggregate.Camille GILLOT-174/+14
2023-12-02FileCheck address_of_pair.Camille GILLOT-1/+14
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-114/+114
2023-11-29Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillotMatthias Krüger-0/+46
2023-11-29Auto merge of #114841 - bvanjoi:fix-114814, r=cuviperbors-4/+4
2023-11-28Rename and add another testAlona Enraght-Moony-2/+8
2023-11-28ConstProp: Remove const when rvalue check fails.Alona Enraght-Moony-2/+1
2023-11-28Precommit test for https://github.com/rust-lang/rust/issues/118328.Alona Enraght-Moony-0/+41
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-114/+114
2023-11-26Bless MIR testsGary Guo-128/+120
2023-11-24add track_caller for arith opsbohan-4/+4
2023-11-20Fix insertion of statements to be executed along return edge in inliningTomasz Miąsko-591/+193
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-108/+0
2023-11-14Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillotbors-25/+127
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-25/+127
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-2/+2
2023-11-08update mir-opt testslcnr-21/+21
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-1/+1
2023-11-05Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrumbors-119/+307
2023-11-03Feature gate enums in offset_ofGeorge Bateman-1/+1
2023-11-01Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgrbors-0/+445
2023-11-01Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillotbors-51/+156
2023-11-01Rebase fallout.Camille GILLOT-10/+2
2023-11-01Make ui into mir-opt test.Camille GILLOT-0/+453
2023-11-01fix spans for inline_couroutine panic-abortRyan Mehri-11/+11
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-32/+229
2023-11-01Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomccMatthias Krüger-1/+1
2023-10-31Update MIR tests for offset_ofGeorge Bateman-44/+44
2023-10-31Support enum variants in offset_of!George Bateman-16/+213
2023-10-31FileCheck const_prop_miscompile.Camille GILLOT-24/+41
2023-10-31FileCheck const_debuginfo.Camille GILLOT-42/+66
2023-10-31FileCheck while_storage.Camille GILLOT-53/+200
2023-10-31change inline_retag to after.mirRyan Mehri-66/+60
2023-10-31FileCheck uninhabited_enum_branching.Camille GILLOT-245/+126
2023-10-31Only emit `!=` assumptions if the otherwise target is reachable.Camille GILLOT-51/+142
2023-10-31Refactor UninhabitedEnumBranching to mark targets unreachable.Camille GILLOT-6/+37
2023-10-31Simplify assume of a constant.Camille GILLOT-84/+62
2023-10-31Replace SwitchInt to unreachable by an assumption.Camille GILLOT-38/+93