[all-commits] [llvm/llvm-project] 258dac: [SVE] Enable use of 32bit gather/scatter indices f...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Sun May 22 05:09:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 258dac43d669bea0116124030b2dadf8ff9b922f
https://github.com/llvm/llvm-project/commit/258dac43d669bea0116124030b2dadf8ff9b922f
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-05-22 (Sun, 22 May 2022)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
Log Message:
-----------
[SVE] Enable use of 32bit gather/scatter indices for fixed length vectors
Differential Revision: https://reviews.llvm.org/D125193
More information about the All-commits
mailing list