1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
David Green d4291c7e20 [ARM] Add patterns for select(p, BinOp(x, y), z) -> BinOpT(x, y,p z)
Most MVE instructions can be predicated to fold a select into the
instruction, using the predicate and the selects else as a passthough.
This adds tablegen patterns for most two operand instructions using the
newly added TwoOpPattern from 1030e82598da.

Differential Revision: https://reviews.llvm.org/D83222
2020-07-22 13:24:01 +01:00
..
2019-09-17 14:21:36 +00:00
2020-07-16 11:10:53 +01:00
2020-07-16 11:10:53 +01:00
2020-07-16 11:10:53 +01:00
2020-07-16 11:10:53 +01:00
2020-05-06 15:45:56 +01:00
2020-06-29 16:04:13 +01:00
2020-06-29 16:04:13 +01:00
2020-06-29 16:04:13 +01:00
2020-07-16 11:10:53 +01:00
2020-06-29 16:04:13 +01:00
2020-07-16 11:10:53 +01:00
2020-05-16 15:13:16 +01:00
2020-05-16 15:10:20 +01:00
2020-05-16 17:46:43 +01:00
2020-06-25 21:55:13 +01:00
2019-01-10 08:36:33 +00:00
2019-07-27 18:44:15 +00:00