[PATCH] D105016: [TargetLowering][AArch64][SVE] Take into account accessed type when clamping address
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 07:16:51 PDT 2021
bsmith updated this revision to Diff 354890.
bsmith marked 2 inline comments as done.
bsmith added a comment.
- Rearrange if statement to clarify intent
- Construct 1-element vector in `getVectorElementPointer` to avoid special cases
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105016/new/
https://reviews.llvm.org/D105016
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/test/CodeGen/AArch64/split-vector-insert.ll
llvm/test/CodeGen/AArch64/sve-extract-vector.ll
llvm/test/CodeGen/AArch64/sve-insert-vector.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105016.354890.patch
Type: text/x-patch
Size: 17495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210628/1543d457/attachment.bin>
More information about the llvm-commits
mailing list