HEAD ignores magic noinline function.
Looking at the program in #18993 I noticed that GHC seems perfectly happy to inline the member function even though it's wrapped in a noinline function.
This can lead to all kinds of issues I imagine where some functions suddenly blow up in size, resulting in other (important) inlining not happening.