Skip to content

fix(mlir): fix Math-to-LLVM intrinsic conversions for 0D-vector types #13

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

Merged

Conversation

AGindinson
Copy link

vector<t> types are not compatible with the LLVM type system, and must be
explicitly converted into vector<1xt> when lowering. Employ this rule within
the conversion pattern for math.ctlz, .cttz and .absi intrinsics.

`vector<t>` types are not compatible with the LLVM type system, and must be
explicitly converted into `vector<1xt>` when lowering. Employ this rule within
the conversion pattern for `math.ctlz`, `.cttz` and `.absi` intrinsics.
@AGindinson AGindinson marked this pull request as ready for review May 21, 2025 15:23
Copy link
Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@AGindinson AGindinson requested a review from chrsmcgrr May 21, 2025 15:23
Copy link
Author

AGindinson commented May 22, 2025

Merge activity

  • May 22, 6:38 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • May 22, 6:40 AM UTC: @AGindinson merged this pull request with Graphite.

@AGindinson AGindinson merged commit 96007f1 into integrate-llvm-project-20250508 May 22, 2025
9 checks passed
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