Skip to content

WIP: INLINE pragma for patterns (#12178)

Wojciech Baranowski requested to merge Baranowski/ghc:inline.squashed into master

Allow INLINE and NOINLINE pragmas to be used for patterns. Those are applied to both the builder and matcher (where applicable). Without those, the builder gets inlined, but not the matcher.

Edited by Ben Gamari

Merge request reports