[all-commits] [llvm/llvm-project] 509351: [SVE] Add lowering for scalable vector fadd, fdiv, ...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Thu Jul 16 04:34:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 509351d7689c518f1c2ae8975e704a5324c39ff8
https://github.com/llvm/llvm-project/commit/509351d7689c518f1c2ae8975e704a5324c39ff8
Author: Paul Walker <paul.walker at arm.com>
Date: 2020-07-16 (Thu, 16 Jul 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-fp.ll
Log Message:
-----------
[SVE] Add lowering for scalable vector fadd, fdiv, fmul and fsub operations.
Lower the operations to predicated variants. This is prep work
required for fixed length code generation but also fixes a bug
whereby these operations fail selection when "unpacked" vector
types (e.g. MVT::nxv2f32) are used.
This patch also adds the missing "unpacked" patterns for FMA.
Differential Revision: https://reviews.llvm.org/D83765
More information about the All-commits
mailing list