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

[VectorCombine] Do not try to operate on OperandBundles. #111635

Merged

[VectorCombine] Do not try to operate on OperandBundles.

c3ca15a
Select commit
Loading
Failed to load commit list.
Merged

[VectorCombine] Do not try to operate on OperandBundles. #111635

[VectorCombine] Do not try to operate on OperandBundles.
c3ca15a
Select commit
Loading
Failed to load commit list.
Graphite App / Graphite / ai_reviewer check succeeded Oct 9, 2024 in 0s

Graphite AI review summary

This change prevents the vectorization of intrinsic instructions with operand bundles in the VectorCombine pass. It also adds test cases to verify the new behavior.

Left no comments. Looks good to me!

Details