[all-commits] [llvm/llvm-project] 792772: [AArch64][SVE2] Add patterns for eor3
Allen via All-commits
all-commits at lists.llvm.org
Mon Dec 5 02:17:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7927722a74cfd49af0125edd39aeaad86fcb2333
https://github.com/llvm/llvm-project/commit/7927722a74cfd49af0125edd39aeaad86fcb2333
Author: Tiehu Zhang <zhangtiehu at huawei.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
A llvm/test/CodeGen/AArch64/sve2-eor3.ll
Log Message:
-----------
[AArch64][SVE2] Add patterns for eor3
Add patterns for:
eor x, (eor y, z) -> eor3 x, y, z
Reviewed By: dmgreen, sdesmalen
Differential Revision: https://reviews.llvm.org/D138793
More information about the All-commits
mailing list