[PATCH] D112175: [NFC] Add llvm::StaticVector ADT

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 27 18:43:28 PDT 2021


mehdi_amini added a comment.

In D112175#3091114 <https://reviews.llvm.org/D112175#3091114>, @jplayer-nv wrote:

> Here's another example of a possible StaticVector conversion:
>
> llvm/lib/MC/WinCOFFObjectWriter.cpp
> ...

Yeah that seems like the perfect case! (I don't think it's common in the compiler world though, but happy to be proven wrong).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112175/new/

https://reviews.llvm.org/D112175



More information about the llvm-commits mailing list