Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIE2P] Enable legalization of 4x128-bit G_CONCAT_VECTORS #283

Open
wants to merge 1 commit into
base: aie-public
Choose a base branch
from

Conversation

konstantinschwarz
Copy link
Collaborator

No description provided.

@@ -1174,7 +1173,6 @@ bool AIELegalizerHelper::legalizeG_CONCAT_VECTORS(LegalizerHelper &Helper,
const LLT DstTy = MRI.getType(DstReg);
const LLT SrcTy = MRI.getType(SrcReg);
assert(DstTy.isVector() && SrcTy.isVector() && "Expected vector types");
assert(SrcTy.getSizeInBits() >= 256 && "Input vector size does not match!");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to allow G_CONCAT_VECTORS of 4x64-bit? I don't think we select the resulting concats of 2x64-bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants