[llvm] [InstrRef][nfc] Remove usage of unique_ptrs of arrays (PR #74203)
Felipe de Azevedo Piovezan via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 11:31:24 PST 2023
felipepiovezan wrote:
> LGTM, with a preference for using a fixed-allocation set for EjectedBBs, rather than one that grows incrementally.
I'll add the reserve call!
https://github.com/llvm/llvm-project/pull/74203
More information about the llvm-commits
mailing list