Upgrade halide-llvm to 22.1.8, 23.1.0rc3 - #9370
Open
halide-ci[bot] wants to merge 4 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9370 +/- ##
==========================================
- Coverage 70.08% 69.95% -0.14%
==========================================
Files 259 260 +1
Lines 79158 79287 +129
Branches 19293 19327 +34
==========================================
- Hits 55477 55464 -13
- Misses 17886 17937 +51
- Partials 5795 5886 +91 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
alexreinking
approved these changes
Aug 20, 2026
Member
|
Opened llvm/llvm-project#217639 to track failure here. |
…ible LLVM 23.1's AlwaysInliner now checks target-attribute compatibility before inlining (llvm/llvm-project#209345), and without an explicit SME attribute a function defaults to requiring non-streaming mode. These frecpe/frecps-based helpers are safe in either mode but had no attribute saying so, so they stopped getting inlined into sme_streaming() bodies, leaving standalone functions that LLVM's AArch64 backend can't legalize: LLVM ERROR: Don't know how to legalize this scalable vector type Filed upstream at llvm/llvm-project#217639 since the new inliner leaves un-inlinable IR behind instead of either erroring cleanly or still inlining, but the missing attribute here is the real bug: CodeGen_ARM.cpp's own dynamically-generated SVE intrinsic wrappers already set this attribute for the same reason. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated upgrade via
uv lock -P halide-llvm.