about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline-options.rs
AgeCommit message (Collapse)AuthorLines
2022-11-02Ban dashes in miropt test file namesJakob Degen-19/+0
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+19
* `-Zinline-mir-threshold` to change the default threshold. * `-Zinline-mir-hint-threshold` to change the threshold used by functions with inline hint.