[all-commits] [llvm/llvm-project] 013bdb: [MVEGatherScatter] Fix GEP scale calculations (#18...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Mar 9 08:58:57 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 013bdbed9fc51021e2b2de0ccb819979fb259581
https://github.com/llvm/llvm-project/commit/013bdbed9fc51021e2b2de0ccb819979fb259581
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-03-09 (Mon, 09 Mar 2026)
Changed paths:
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
M llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
Log Message:
-----------
[MVEGatherScatter] Fix GEP scale calculations (#185437)
The GEP scale for a single index GEP is the type alloc size of the
source element type. The pass was mostly computing it correctly, but two
places were doing something different.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list