about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_options.main.Inline.after.mir
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-55/+0
2022-11-02Ban dashes in miropt test file namesJakob Degen-27/+27
2022-08-22bless mir-opt testsNilstrieb-12/+12
2022-08-02Avoid invalidating the CFG in MirPatch.Jakob Degen-4/+0
As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks.
2022-07-28bless mir opt testsNilstrieb-23/+23
2022-07-09tweak names and output and blessRalf Jung-4/+4
2022-05-30validate derefer, run derefer inside generatorouz-a-0/+4
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-15/+15
2021-03-13Extend SimplifyLocals to remove ZST writesSimon Vandel Sillesen-1/+0
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+56
* `-Zinline-mir-threshold` to change the default threshold. * `-Zinline-mir-hint-threshold` to change the threshold used by functions with inline hint.