diff options
author | David Green <david.green@arm.com> | 2019-07-24 17:36:47 +0000 |
---|---|---|
committer | David Green <david.green@arm.com> | 2019-07-24 17:36:47 +0000 |
commit | cd7a6fa314953f71af0686bd0fcc8f6a8cb133bf (patch) | |
tree | fe7ddd1b2e512c1d0bc2dc955ac1338d73acc674 /lldb/source/Target/ModuleCache.cpp | |
parent | 7d318b2bb19771745021145730387d43c589a9a7 (diff) | |
download | bcm5719-llvm-cd7a6fa314953f71af0686bd0fcc8f6a8cb133bf.tar.gz bcm5719-llvm-cd7a6fa314953f71af0686bd0fcc8f6a8cb133bf.zip |
[ARM] Rewrite how VCMP are lowered, using a single node
This removes the VCEQ/VCNE/VCGE/VCEQZ/etc nodes, just using two called VCMP and
VCMPZ with an extra operand as the condition code. I believe this will make
some combines simpler, allowing us to just look at these codes and not the
operands. It also helps fill in a missing VCGTUZ MVE selection without adding
extra nodes for it.
Differential Revision: https://reviews.llvm.org/D65072
llvm-svn: 366934
Diffstat (limited to 'lldb/source/Target/ModuleCache.cpp')
0 files changed, 0 insertions, 0 deletions