about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/reify_fn_ptr.main.ConstProp.diff
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2022-12-25Remove Nop in simplify_locals.Camille GILLOT-1/+0
It's cheap and does not change anything.
2022-12-25Move SimplifyLocals before ConstProp.Camille GILLOT-12/+8
2022-07-28bless mir opt testsNilstrieb-15/+15
2022-07-09tweak names and output and blessRalf Jung-1/+1
2022-06-02add cast kind of from_exposed_addr (int-to-ptr casts)Ralf Jung-1/+1
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-1/+1
2022-05-31Add a pointer to address cast kindTomasz Miąsko-1/+1
A pointer to address cast are often special-cased. Introduce a dedicated cast kind to make them easy distinguishable.
2021-03-15bless testsErik Desjardins-1/+1
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-1/+1
2020-08-20Suppress MIR comments of Unit typeLzu Tao-6/+0
2020-08-20Suppress MIR comments for FnDef in ty::ConstLzu Tao-3/+0
2020-07-29Move mir-opt tests to toplevelXavier Denis-0/+38