[all-commits] [llvm/llvm-project] ccbbac: [ARM] Fix MVE incrementing gather offset calculation
David Green via All-commits
all-commits at lists.llvm.org
Tue Dec 24 00:48:24 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccbbacf0fa98bd386c0a7b3bdfb85c43e7db1a93
https://github.com/llvm/llvm-project/commit/ccbbacf0fa98bd386c0a7b3bdfb85c43e7db1a93
Author: David Green <david.green at arm.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
M llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
Log Message:
-----------
[ARM] Fix MVE incrementing gather offset calculation
The code was checking the gep ptr type as opposed to the gep source element
type in calculating the offset scale.
Fixes #120993
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