[all-commits] [llvm/llvm-project] 216f54: [SVE] Refactor lowering for fixed length MGATHER/M...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Sat May 21 02:16:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 216f546c846ca69005de193f4d1eea78e0efb2c2
https://github.com/llvm/llvm-project/commit/216f546c846ca69005de193f4d1eea78e0efb2c2
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-05-21 (Sat, 21 May 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[SVE] Refactor lowering for fixed length MGATHER/MSCATTER.
Lower fixed length MGATHER/MSCATTER operations to scalable vector
equivalents, which are then lowered to SVE specific nodes. This
two stage process is in preparation for making scalable vector
MGATHER/MSCATTER operations legal.
Differential Revision: https://reviews.llvm.org/D125192
More information about the All-commits
mailing list