We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14e46b commit 1f9bc28Copy full SHA for 1f9bc28
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
@@ -1807,7 +1807,7 @@ bool AArch64InstructionSelector::selectUnmergeValues(
1807
assert(WideTy.getSizeInBits() > NarrowTy.getSizeInBits() &&
1808
"source register size too small!");
1809
1810
- // TODO: Handle unmerging into scalars.
+ // TODO: Handle unmerging into vectors.
1811
if (!NarrowTy.isScalar()) {
1812
LLVM_DEBUG(dbgs() << "Vector-to-vector unmerges not supported yet.\n");
1813
return false;
0 commit comments