summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/dead_store_elimination.rs
Commit message (Expand)AuthorAgeFilesLines
* Actually keep `PlaceMention` if requested.Camille GILLOT2023-04-211-3/+2
* Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT2023-03-091-1/+3
* Create stable metric to measure long computation in Const EvalBryan Garza2023-01-231-0/+1
* Move SimplifyLocals before ConstProp.Camille GILLOT2022-12-251-1/+1
* Rewrite dest prop.Jakob Degen2022-11-261-0/+2
* Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer2022-09-061-2/+1
* Lower the assume intrinsic to a MIR statementOli Scherer2022-09-061-0/+1
* Make MIR basic blocks field publicTomasz Miąsko2022-07-071-1/+1
* Add method to mutate MIR body without invalidating CFG caches.Jakob Degen2022-07-031-1/+1
* Remove duplicated implementations of borrowed locals analysisTomasz Miąsko2022-06-121-68/+6
* Preserve unused pointer to address castsTomasz Miąsko2022-06-071-1/+1
* Add a pointer to address cast kindTomasz Miąsko2022-05-311-2/+2
* Add dead store elimination passJakob Degen2022-05-241-0/+148