diff options
author | Florian Hahn <flo@fhahn.com> | 2021-05-25 10:50:08 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-05-25 11:09:15 +0100 |
commit | 536447eb203c3f096d8d4d451d609ef7357c9c43 (patch) | |
tree | a865a7fe5e777d6908227f30f67350edd0e53300 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 3bf96b0329be554c67282b0d7d8da6a864b9e38f (diff) | |
download | llvm-536447eb203c3f096d8d4d451d609ef7357c9c43.zip llvm-536447eb203c3f096d8d4d451d609ef7357c9c43.tar.gz llvm-536447eb203c3f096d8d4d451d609ef7357c9c43.tar.bz2 |
[AArch64] Add tests for lowering of vector load + single extract.
Currently the vector load + extract gets lowered to a single scalar
store, not accounting for the fact that the index could be
out-of-bounds, which is poison, not UB.
See PR50382.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions