about summary refs log tree commit diff
path: root/src/test/codegen/merge-functions.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-08-14Update the minimum external LLVM to 13Josh Stone-0/+1
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+4
It is, of course, natural to want to merge aliasing functions when optimizing for code size, since that can eliminate several bytes. And an exhaustive match helps make the code less brittle.
2021-12-09Add test for issue #91490Nikita Popov-0/+14