[Backend] Bump to llvm/llvm-project@62b7cf9623fc#10470
Closed
antiagainst wants to merge 3 commits into
Closed
Conversation
antiagainst
force-pushed
the
lei/bump-llvm-0603
branch
3 times, most recently
from
June 4, 2026 04:51
2389a0d to
6a85db4
Compare
- Dropped -Os and -Oz after llvm/llvm-project#191363 - Emit scalar `{add,sub,mul}.rn.bf16` ops after llvm/llvm-project#190414 - Also changed to avoid hardcoding line numbers in test_line_info.py - Add identifier/discriminator arguments to DICompositeTypeAttr::get calls after llvm/llvm-project#195321 - Pass MCRegisterInfo and MCSubtargetInfo by reference when constructing MCContext after llvm/llvm-project#195032 - Replace NVVM::Barrier0Op and nvvm.barrier0 test expectations with NVVM::BarrierOp/nvvm.barrier after llvm/llvm-project#195608
antiagainst
force-pushed
the
lei/bump-llvm-0603
branch
from
June 4, 2026 16:34
6de3d11 to
8af25a8
Compare
This reverts commit 8af25a8.
Member
Author
|
Closing given landed in #10503 |
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.
{add,sub,mul}.rn.bf16ops after [SLP] Reject 2-element vectorization when vector inst count exceeds scalar llvm/llvm-project#190414calls after [MLIR][LLVM] Add variant part debug info support llvm/llvm-project#195321
MCContext after MCContext/TargetMachine: Take MCRegisterInfo and MCSubtargetInfo by reference. NFC llvm/llvm-project#195032
NVVM::BarrierOp/nvvm.barrier after [MLIR][NVVM] Remove the
nvvm.barrier0op llvm/llvm-project#195608