diff options
author | Anna Welker <anna.welker@arm.com> | 2020-04-16 18:09:24 +0100 |
---|---|---|
committer | Anna Welker <anna.welker@arm.com> | 2020-04-16 18:15:28 +0100 |
commit | d736571538bd3e291f28914d4b92fb67e0d5bc64 (patch) | |
tree | 26cec6dc03b553a8c1749b8ce8789a9b233e64a0 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | a3237f861cc2b4c3cd29d86f0a0212dfd4d38d56 (diff) | |
download | llvm-d736571538bd3e291f28914d4b92fb67e0d5bc64.zip llvm-d736571538bd3e291f28914d4b92fb67e0d5bc64.tar.gz llvm-d736571538bd3e291f28914d4b92fb67e0d5bc64.tar.bz2 |
[ARM][MVE] Fix location of optimized gather addresses
Fix for the address optimization for gathers and scatters which would in
some complex cases push out instructions not to the vector loop preheader,
but to other locations as well which lead to a scrambled order and the
compilation failing.
This patch ensures that said instructions are always pushed to the end
of the vector loop preheader.
Differential Revision: https://reviews.llvm.org/D78293
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions