diff options
author | David Green <david.green@arm.com> | 2020-08-25 12:09:06 +0100 |
---|---|---|
committer | David Green <david.green@arm.com> | 2020-08-25 12:09:06 +0100 |
commit | 5b7e27a4db95a07cc140e3980a49a1ee3fb2052c (patch) | |
tree | 8d54d1a9f5f6126dff7401672840513fef404de7 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1c39ffecd84a5eba54f5fabb433b0192d1dbd3b4 (diff) | |
download | llvm-5b7e27a4db95a07cc140e3980a49a1ee3fb2052c.zip llvm-5b7e27a4db95a07cc140e3980a49a1ee3fb2052c.tar.gz llvm-5b7e27a4db95a07cc140e3980a49a1ee3fb2052c.tar.bz2 |
[ARM][CGP] Fix scalar condition selects for MVE
The arm backend does not handle select/select_cc on vectors with scalar
conditions, preferring to expand them in codegenprepare instead. This
usually works except when optimizing for size, where the optsize check
would end up overruling the backend isSelectSupported check.
We could handle the selects in ISel too, but this seems like smaller
code than trying to splat the condition to all lanes.
Differential Revision: https://reviews.llvm.org/D86433
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions