Skip to content

Commit 44f5687

Browse files
committed
Add todo
1 parent 22bed3b commit 44f5687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/RISCV/rvv/mscatter-combine.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ define void @strided_store_offset_start(i64 %n, ptr %p) {
9999
ret void
100100
}
101101

102+
; TODO: We could emit vs1r instead of vse64.v if we combined the unit strided vp
103+
; load back to a regular load.
102104
define void @stride_one_store(i64 %n, ptr %p) {
103105
; RV32-LABEL: stride_one_store:
104106
; RV32: # %bb.0:

0 commit comments

Comments
 (0)