1
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
Jubilee Young
80c9012e42 Enable function merging when opt is for size
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.
2022-08-05 14:59:32 -07:00
Nikita Popov
e860f8e683 Add test for issue #91490 2021-12-09 14:04:15 +01:00