[all-commits] [llvm/llvm-project] f09d22: [AArch64][SVE] Fill out missing unpredicated load/...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Thu May 21 13:31:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f09d220c71f5c9b738af0f65b1d909dcb8290b16
https://github.com/llvm/llvm-project/commit/f09d220c71f5c9b738af0f65b1d909dcb8290b16
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/CodeGen/AArch64/spillfill-sve.ll
Log Message:
-----------
[AArch64][SVE] Fill out missing unpredicated load/store patterns.
The set of patterns for unpredicated load/store was incomplete: it only
included non-extending stores. Fill out the remaining patterns for
extending stores, and add the corresponding support to frame offset
lowering.
Differential Revision: https://reviews.llvm.org/D80349
More information about the All-commits
mailing list