[PATCH] D104471: [llvm][sve] Lowering for VLS truncating stores
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 09:51:58 PDT 2021
akhuang added a comment.
Seems like this change caused a seg fault in chrome android PGO builds.
reproduces with: `clang -cc1 -triple aarch64-unknown-linux-android21 -emit-obj -Oz t.cpp`
and cpp file is attached
F18023287: t.cpp <https://reviews.llvm.org/F18023287>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104471/new/
https://reviews.llvm.org/D104471
More information about the llvm-commits
mailing list