Skip to content

Commit 6f6335c

Browse files
author
Bob Loblobobla
committed
Fix vector test to match llvm/llvm-project#153640
1 parent 46a55a3 commit 6f6335c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_vector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ def result(aval, aidx, b):
354354
v6 = vector.gather(
355355
result=T.vector(8, T.f32()),
356356
base=X,
357-
indices=[c0],
358-
index_vec=aidx,
357+
offsets=[c0],
358+
indices=aidx,
359359
mask=v0,
360360
pass_thru=v1,
361361
)

0 commit comments

Comments
 (0)