aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Parse/ParseDecl.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2022-03-18 11:58:02 +0000
committerDavid Green <david.green@arm.com>2022-03-18 11:58:02 +0000
commitfe6057a29314cb2b50d9bd634cf8ec14eda54742 (patch)
tree366b37a33fb826616ba29e7a6264a24dec996246 /clang/lib/Parse/ParseDecl.cpp
parentf83d833e41d70322a4174c5c37fb3726c60888f6 (diff)
downloadllvm-fe6057a29314cb2b50d9bd634cf8ec14eda54742.zip
llvm-fe6057a29314cb2b50d9bd634cf8ec14eda54742.tar.gz
llvm-fe6057a29314cb2b50d9bd634cf8ec14eda54742.tar.bz2
[AArch64] Custom lower concat(v4i8 load, ...)
We already have custom lowering for v4i8 load, which loads as a f32, converts to a vector and bitcasts and extends the result to a v4i16. This adds some custom lowering of concat(v4i8 load, ...) to keep the result as an f32 and create a buildvector of the resulting f32 loads. This helps not create all the extends and bitcasts, which are often difficult to fully clean up. Differential Revision: https://reviews.llvm.org/D121400
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
0 files changed, 0 insertions, 0 deletions