[PATCH] D76528: [clang codegen] Clean up handling of vectors with trivial-auto-var-init.
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 20 16:51:00 PDT 2020
jfb added a comment.
Oh good catch.
Were there no vector tests which tripped this?
Vectors can hold scalar types with padding (i.e. `long double`)?
Tail padding in vectors do seem important to initialize as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76528/new/
https://reviews.llvm.org/D76528
More information about the cfe-commits
mailing list