1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
David Green e0ad51cc5a [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
2019-07-24 17:36:47 +00:00
..
2016-01-28 18:59:04 +00:00
2019-06-17 09:13:29 +00:00
2019-05-15 12:41:58 +00:00
2019-07-15 18:42:54 +00:00
2019-06-28 08:41:40 +00:00
2019-06-28 07:08:42 +00:00
2019-07-15 18:42:54 +00:00
2019-07-15 18:42:54 +00:00
2019-06-28 08:41:40 +00:00
2019-07-15 18:42:54 +00:00
2019-07-15 18:42:54 +00:00
2019-07-15 18:42:54 +00:00
2019-07-15 18:42:54 +00:00
2019-07-15 18:42:54 +00:00
2019-07-15 18:42:54 +00:00
2019-06-17 09:13:29 +00:00
2019-01-10 08:36:33 +00:00
2016-06-16 16:09:53 +00:00