[all-commits] [llvm/llvm-project] 06f162: [RISCV][NFC] Make interleaved access test more vec...
Luke Lau via All-commits
all-commits at lists.llvm.org
Wed Mar 22 09:02:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06f16232b1b0028ac87d584883bc32220882c73a
https://github.com/llvm/llvm-project/commit/06f16232b1b0028ac87d584883bc32220882c73a
Author: Luke Lau <luke at igalia.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
Log Message:
-----------
[RISCV][NFC] Make interleaved access test more vectorizable
The previous test case stored the result of a deinterleaved load and add
into the same source address, which resulted in some scatters which we
weren't testing for and made the tests harder to understand.
Store it at a separate address, which will make the tests easier to read
when the cost model is changed after D145085 is landed
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D146442
More information about the All-commits
mailing list