[all-commits] [llvm/llvm-project] 002911: [TargetLowering][AArch64][SVE] Take into account a...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Wed Jun 30 05:30:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 002911503fe29ac30ef0aa0a15b624982814548b
https://github.com/llvm/llvm-project/commit/002911503fe29ac30ef0aa0a15b624982814548b
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/AArch64/split-vector-insert.ll
M llvm/test/CodeGen/AArch64/sve-extract-vector.ll
M llvm/test/CodeGen/AArch64/sve-insert-vector.ll
Log Message:
-----------
[TargetLowering][AArch64][SVE] Take into account accessed type when clamping address
When clamping the index for a memory access to a stacked vector we must
take into account the entire type being accessed, not just assume that
we are accessing only a single element.
Differential Revision: https://reviews.llvm.org/D105016
More information about the All-commits
mailing list