about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop
AgeCommit message (Expand)AuthorLines
2019-12-30Lint overflowing integer casts in const propWesley Wiser-0/+49
2019-12-20Rollup merge of #67130 - wesleywiser:const_prop_into_locals, r=oli-obkMazdak Farrokhzad-4/+153
2019-12-18Start generating AddressOf rvalues in MIRMatthew Jasper-11/+7
2019-12-13Const prop should finish propagation into user defined variablesWesley Wiser-4/+153
2019-12-11Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelixbors-6/+0
2019-12-09Remove `uniform_array_move_out` passesMatthew Jasper-6/+0
2019-12-06const-prop: Restrict scalar pair propagationÖmer Sinan Ağacan-0/+72
2019-11-27Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obkbors-7/+7
2019-11-23[const prop] Fix "alloc id without corresponding allocation" ICEWesley Wiser-7/+7
2019-11-21Bless remaining test outputMatthew Jasper-5/+7
2019-11-12Bless mir-dump test.Camille GILLOT-1/+1
2019-11-08[mir-opt] Handle aggregates in SimplifyLocals passWesley Wiser-3/+0
2019-11-08[mir-opt] Handle const-prop for the return placeWesley Wiser-0/+57
2019-10-18[const-prop] Handle MIR Rvalue::BoxWesley Wiser-0/+56
2019-10-18[const-prop] Handle MIR Rvalue::DiscriminantWesley Wiser-0/+53
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-0/+25
2019-10-18[const-prop] Handle MIR Rvalue::RepeatWesley Wiser-0/+37
2019-10-09Fix reify_fn_ptr test as we now pretty print const function pointers.ben-1/+1
2019-09-28Allow reading non-mutable statics in const propWesley Wiser-0/+29
2019-09-27[const-prop] Replace `Cast` handling with use of `InterpCx`Wesley Wiser-1/+1
2019-09-27[const-prop] Replace `eval_place()` with use of `InterpCx`Wesley Wiser-1/+1
2019-08-02const_prop no longer does ptr-to-int castsRalf Jung-1/+1
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-4/+4
2019-06-06[const-prop] Handle Rvalue::LenWesley Wiser-18/+22
2019-06-06[const-prop] Handle ProjectionElem::DerefWesley Wiser-0/+21
2019-06-06[const-prop] Fix ICE when casting function pointersWesley Wiser-0/+25
2019-06-03Add const-eval support for indirectsChristian Poveda-2/+26
2019-05-19[const-prop] Support propagating into SwitchInt's `discr` OperandWesley Wiser-0/+38
2019-05-19[const-prop] Support propagating into Assert's `cond` OperandWesley Wiser-2/+2
2019-05-15Add test to ensure const-prop fails gracefullyWesley Wiser-0/+34
2019-05-15Add some tests for constant propagationWesley Wiser-0/+91