[all-commits] [llvm/llvm-project] 625273: [AArch64][SVE] Predicated mul pattern
David Green via All-commits
all-commits at lists.llvm.org
Wed Jun 7 13:53:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 625273e7840cf4926f817dee14308dd54043cb15
https://github.com/llvm/llvm-project/commit/625273e7840cf4926f817dee14308dd54043cb15
Author: David Green <david.green at arm.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/CodeGen/AArch64/sve-pred-selectop2.ll
Log Message:
-----------
[AArch64][SVE] Predicated mul pattern
This is a simple predicated mul pattern, selecting from
select(p, mul(x, y), x).
Differential Revision: https://reviews.llvm.org/D149968
More information about the All-commits
mailing list