[all-commits] [llvm/llvm-project] 0d33a8: [SVE] Lower scalable vector mul operations.
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Thu Aug 6 03:20:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d33a8ef5bb640ec8b09a41bdc146a556d59c0b7
https://github.com/llvm/llvm-project/commit/0d33a8ef5bb640ec8b09a41bdc146a556d59c0b7
Author: Paul Walker <paul.walker at arm.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/llvm-ir-to-intrinsic.ll
Log Message:
-----------
[SVE] Lower scalable vector mul operations.
This allows us to remove extra patterns from AArch64SVEInstrInfo.td
because we can reuse those required for fixed length vectors.
Differential Revision: https://reviews.llvm.org/D85328
More information about the All-commits
mailing list