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 to llvm/llvm-project@b07e7b76c5d532a61(https://github.com/llvm/llvm-project/pull/85376) . #19500

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

raikonenfnu
Copy link
Collaborator

@raikonenfnu raikonenfnu commented Dec 17, 2024

Update LLVM to llvm/llvm-project@b07e7b76c5d532a6 (llvm/llvm-project#120002).

Changes in C++ mostly handle changes done in llvm/llvm-project#119975, where some patterns get split away from populateVectorToLLVMConversionPatterns.

This PR also carries the following reverts

And has this temporary commit:
iree-org/llvm-project@32dbf65

First is a carry over from previous-previous integrate. The last one is a from the previous integrate. The last one is a new error being tracked in #19498. The temporary commit is required to fix bazel build test which complains that the bazel that IREE generates for GPUCommon(code/lib in llvm-project) is missing some dependencies due to the new includes introduced in llvm/llvm-project#119975, we will be pushing up a PR to upstream llvm-project for that soon.

@raikonenfnu raikonenfnu force-pushed the integrate/20241217 branch 3 times, most recently from 4522fb4 to 84e32c0 Compare December 18, 2024 16:59
…pendency.

GPUCommon after llvm/llvm-project@0693b9e
is dependent on `MLIRVectorTransforms` since it includes #include "mlir/Dialect/Vector/Transforms/LoweringPatterns.h"
and `MLIRTransforms` since it includes
`mlir/Transforms/GreedyPatternRewriteDriver.h`

Signed-off-by: Stanley Winata <[email protected]>
@raikonenfnu raikonenfnu merged commit 3614f69 into iree-org:main Dec 18, 2024
40 checks passed
@raikonenfnu raikonenfnu changed the title Update LLVM to llvm/llvm-project@b07e7b76c5d532a61 Update LLVM to llvm/llvm-project@b07e7b76c5d532a61(https://github.com/llvm/llvm-project/pull/85376) . Dec 20, 2024
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