Integrate LLVM at 92c55a3#21429
Merged
bjacob merged 2 commits intoiree-org:mainfrom Jul 21, 2025
Merged
Conversation
…llow lifetime.start/end on allocas (#149310) (Nikita Popov on 2025-07-21 15:04:50 +0200) (23 of 24) Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.com>
kuhar
approved these changes
Jul 21, 2025
AWoloszyn
pushed a commit
that referenced
this pull request
Dec 1, 2025
Integrate llvm/llvm-project@92c55a3. Local changes adapt to llvm/llvm-project@03bd0f3, plus a fix to a preexisting issue in `vmvx_materialize_encoding.mlir` which for some reason was tolerated up until now. No reverts or cherry-picks: dropped the former local revert since llvm/llvm-project#149393 was landed. --------- Signed-off-by: Benoit Jacob <jacob.benoit.1@gmail.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.
Integrate llvm/llvm-project@92c55a3.
Local changes adapt to llvm/llvm-project@03bd0f3, plus a fix to a preexisting issue in
vmvx_materialize_encoding.mlirwhich for some reason was tolerated up until now.No reverts or cherry-picks: dropped the former local revert since llvm/llvm-project#149393 was landed.