[all-commits] [llvm/llvm-project] 8671b7: [LV][RISCV] Fix incorrect pointer operand in inter...
Mel Chen via All-commits
all-commits at lists.llvm.org
Fri Apr 17 00:14:49 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8671b797be7a9b6424ed33b7df1f4869412fe4db
https://github.com/llvm/llvm-project/commit/8671b797be7a9b6424ed33b7df1f4869412fe4db
Author: Mel Chen <mel.chen at sifive.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
Log Message:
-----------
[LV][RISCV] Fix incorrect pointer operand in interleaved access tests. nfc (#192464)
In some load cases, the index 1 member used the same pointer as the
index 0 member. This patch corrected the pointer use.
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