zip1(uzp1(A, B), uzp2(A, B)) --> A zip2(uzp1(A, B), uzp2(A, B)) --> B
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp | ||
---|---|---|
799 | I think the function will be more readable if the names in the code matched the comment, i.e. can these just be A and B? Don't let this hold up the patch, if you agree it's just something to consider before pushing the change. |
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp | ||
---|---|---|
799 | Updated in the final commit. |
I think the function will be more readable if the names in the code matched the comment, i.e. can these just be A and B? Don't let this hold up the patch, if you agree it's just something to consider before pushing the change.