Unverified Commit 4e85e1ff authored by Dinar Temirbulatov's avatar Dinar Temirbulatov Committed by GitHub
Browse files

[Clang][AArch64] Warn when calling non/streaming about vector size difference (#79842)

The compiler doesn't know in advance if the streaming and non-streaming
vector-lengths are different, so it should be safe to give a warning
diagnostic to warn the user about possible undefined behaviour. If the
user knows the vector lengths are equal, they can disable the warning
separately.
parent 299b636a
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