aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2020-01-27 13:59:29 +0000
committerDavid Green <david.green@arm.com>2020-01-27 14:08:06 +0000
commit8a6b948eb59267736a34a5deace9c7d947c63492 (patch)
treefffa38a79c91a6e57293d009c2966205b9c9fc09 /clang/lib/Frontend/CompilerInvocation.cpp
parent06d9230fef996ca7d4d11d6b3f5f95e895a52198 (diff)
downloadllvm-8a6b948eb59267736a34a5deace9c7d947c63492.zip
llvm-8a6b948eb59267736a34a5deace9c7d947c63492.tar.gz
llvm-8a6b948eb59267736a34a5deace9c7d947c63492.tar.bz2
[MVE] Fixup order of gather writeback intrinsic outputs
The MVE_VLDRWU32_qi_pre gather loads, like the other _pre/_post mve loads returns the writeback as result 0, the value as result 1. The llvm ir intrinsic seems to have this the other way around though, and so when lowering from one to the other we need to switch the first two outputs. I've also fixed up the types of _pre/_post on normal MVE loads. There we were already getting the values the right way around, just not for the types. I don't believe this was causing anything to go wrong, but it was very confusing to read in the debug output. Differential Revision: https://reviews.llvm.org/D73370
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions