[mlir] Decrease stack allocations in Presburger's Matrix
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. Differential Revision: https://reviews.llvm.org/D133761
Loading
Please sign in to comment