[PATCH] D78059: [llvm][STLExtras] Add various type_trait utilities currently present in MLIR
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 16:52:54 PDT 2020
rriddle added a comment.
In D78059#1979209 <https://reviews.llvm.org/D78059#1979209>, @lattner wrote:
> LGTM (assuming the test failures being spurious).
>
> Would it be possible/reasonable to split up LLVM's STLExtras.h?
I think it would depend on what dependencies are specifically needed/desired, which isn't exactly clear(at least to me) at the moment. A majority of STLExtras.h is the various range classes, which would presumably still be in the same file after splitting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78059/new/
https://reviews.llvm.org/D78059
More information about the llvm-commits
mailing list