[llvm] [GenericDomTreeConstruction] Use SmallVector (NFC) (PR #96138)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 00:25:50 PDT 2024


https://github.com/nikic approved this pull request.

LGTM. SemiNCAInfo is used only on the stack and the element size is small here, so using large inline storage should be fine.

https://github.com/llvm/llvm-project/pull/96138


More information about the llvm-commits mailing list