A few places in the loop collapse support code take small dynamic allocations that introduce a noticeable performance overhead when made on the heap. This change moves small allocations (up to 32 bytes) to the stack instead of the heap.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo