Commit a3d2d34e authored by Nikita Popov's avatar Nikita Popov
Browse files

[Clang] Use poison as base for vector literals

When constructing vectors from elements, use poison instead of
undef as the base value. These literals always initialize all
elements (padding the remainder with zero), so that the choice
of base value does not affect semantics.
parent 18e11792
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment