[PATCH] D92522: [SmallVector] Allow SmallVector<T>

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 07:55:13 PDT 2022


RKSimon added a comment.
Herald added a project: All.

FYI @silvas https://github.com/llvm/llvm-project/issues/54645 hits an issue where clang-cl /AVX builds crash if we use SmallVector<T> instead of SmallVector<T,N> - do you have any ideas?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92522



More information about the llvm-commits mailing list