Skip to content

Commit f2150ad

Browse files
author
Thorsten Schütt
committed
extend comment
1 parent cda0ab8 commit f2150ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
13161316
.widenScalarOrEltToNextPow2(0)
13171317
.immIdx(0); // Inform verifier imm idx 0 is handled.
13181318

1319-
// TODO: {nxv8s16, s16}
1319+
// TODO: {nxv16s8, s8}, {nxv8s16, s16}
13201320
getActionDefinitionsBuilder(G_SPLAT_VECTOR)
13211321
.legalFor(HasSVE, {{nxv4s32, s32}, {nxv2s64, s64}});
13221322

0 commit comments

Comments
 (0)