Skip to content

Commit fb72d2c

Browse files
committed
Address review comment
1 parent f58cc3a commit fb72d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/InterleavedAccessPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ bool InterleavedAccessImpl::lowerInterleavedStore(
535535

536536
// Try to create target specific intrinsics to replace the store and
537537
// shuffle.
538-
if (!TLI->lowerInterleavedStore(cast<Instruction>(Store), Mask, SVI, Factor))
538+
if (!TLI->lowerInterleavedStore(Store, Mask, SVI, Factor))
539539
return false;
540540

541541
// Already have a new target specific interleaved store. Erase the old store.

0 commit comments

Comments
 (0)