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

Update LLVM Version #276

Merged
merged 6 commits into from
Aug 23, 2024
Merged

Update LLVM Version #276

merged 6 commits into from
Aug 23, 2024

Conversation

crazydemo
Copy link
Contributor

No description provided.

@crazydemo crazydemo requested a review from BRUCE11111 August 22, 2024 07:04
@@ -656,7 +656,8 @@ struct LowerToTileVectorPass
// transpose or braodcast semantic etc.
vector::populateVectorTransferPermutationMapLoweringPatterns(secondPattern);
// Remove unnessary broadcast operation
vector::populateSinkVectorBroadcastPatterns(secondPattern);
// ToDo: disable this pattern until the following support is ready
// vector::populateSinkVectorBroadcastPatterns(secondPattern);
Copy link
Contributor

Choose a reason for hiding this comment

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

It may be uppercase TODO:
This part of the new version of llvm has been changed, causing the IR in the test to be inconsistent with expectations.

I will fix it.

cmake/llvm-version.txt Outdated Show resolved Hide resolved
@Yun-Fly Yun-Fly merged commit ac013c0 into main Aug 23, 2024
7 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.

4 participants