[all-commits] [llvm/llvm-project] 3ed59b: [SVE] Implement lowering for fixed length vector m...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Thu Aug 6 03:04:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ed59b775d7ce54ef8e881b31ce8917b84470dfb
https://github.com/llvm/llvm-project/commit/3ed59b775d7ce54ef8e881b31ce8917b84470dfb
Author: Paul Walker <paul.walker at arm.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-arith.ll
Log Message:
-----------
[SVE] Implement lowering for fixed length vector multiplication.
NOTE: Also uses SVE code generation for NEON size vectors, instead
of expanding i64 based vector multiplications.
Differential Revision: https://reviews.llvm.org/D85327
More information about the All-commits
mailing list