[all-commits] [llvm/llvm-project] 72ca86: [ARM][MVE] Masked gathers from base + vector of of...
aWelker via All-commits
all-commits at lists.llvm.org
Tue Jan 14 02:34:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 72ca86fd34ecc5f7ccbaf923d2d508dad2a6a64c
https://github.com/llvm/llvm-project/commit/72ca86fd34ecc5f7ccbaf923d2d508dad2a6a64c
Author: Anna Welker <anna.welker at arm.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
A llvm/test/CodeGen/Thumb2/mve-gather-ind16-scaled.ll
A llvm/test/CodeGen/Thumb2/mve-gather-ind16-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ind32-scaled.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ind32-unscaled.ll
A llvm/test/CodeGen/Thumb2/mve-gather-ind8-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ptrs.ll
M llvm/test/CodeGen/Thumb2/mve-gather-scatter-opt.ll
Log Message:
-----------
[ARM][MVE] Masked gathers from base + vector of offsets
Enables the masked gather pass to create a masked
gather loading from a base and vector of offsets.
This also enables v8i16 and v16i8 gather loads.
Differential Revision: https://reviews.llvm.org/D72330
More information about the All-commits
mailing list