The class set a SmallVector stack allocation size to 64 elements which
is uncommonly large. These structures are then used extensively and
copied often in functions which led to stack frame sizes considered
excessively large for some use cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo