-
Notifications
You must be signed in to change notification settings - Fork 616
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
Integrate LLVM at a1d43c14d
(+1 revert)
#17380
Merged
Merged
Conversation
This file contains 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
bjacob
force-pushed
the
llvm-integrate-20240513
branch
from
May 13, 2024 20:03
775a848
to
7af4add
Compare
Abbreviated Benchmark Summary@ commit becbc67550cfcf57f956475df43e0b4d85f9c516 (vs. base 01ef465ead9c1aa036c14a60352892001e35ca32) Data-Tiling Comparison TableClick to show
Regressed Latencies 🚩
Improved Latencies 🎉
[Top 3 out of 25 results showed] No improved or regressed compilation metrics 🏖️ For more information: |
bjacob
force-pushed
the
llvm-integrate-20240513
branch
from
May 14, 2024 02:32
dd273f7
to
b409b1b
Compare
bjacob
force-pushed
the
llvm-integrate-20240513
branch
2 times, most recently
from
May 14, 2024 03:27
4c7db1b
to
1441e23
Compare
bjacob
force-pushed
the
llvm-integrate-20240513
branch
from
May 14, 2024 03:30
1441e23
to
7418b46
Compare
bjacob
changed the title
Integrate LLVM at
Integrate LLVM at May 14, 2024
a1d43c14d8a672730af48d946acc41fa01cf301e
a1d43c14d
(+1 revert)
bjacob
requested review from
antiagainst,
MaheshRavishankar and
hanhanW
as code owners
May 14, 2024 03:53
MaheshRavishankar
approved these changes
May 14, 2024
ingomueller-net
added a commit
that referenced
this pull request
May 15, 2024
This integrates four new MLIR-related commits from LLVM (until llvm/llvm-project@c5e67b86) and preserves the local revert from #17380. I assume I could integrate more commits but I am still getting to know the process and have the feeling that doing one successful integrate will help me with that.
bangtianliu
pushed a commit
to bangtianliu/iree
that referenced
this pull request
Jun 5, 2024
This allows dropping our existing local-revert of llvm/llvm-project#89131 and cherry-pick of llvm/llvm-project#91654 which we had introduced in the earlier integrate iree-org#17330. This locally reverts llvm/llvm-project#90802 because it causes numerical errors, reported at llvm/llvm-project#90802 (comment).
bangtianliu
pushed a commit
to bangtianliu/iree
that referenced
this pull request
Jun 5, 2024
This integrates four new MLIR-related commits from LLVM (until llvm/llvm-project@c5e67b86) and preserves the local revert from iree-org#17380. I assume I could integrate more commits but I am still getting to know the process and have the feeling that doing one successful integrate will help me with that.
LLITCHEV
pushed a commit
to LLITCHEV/iree
that referenced
this pull request
Jul 30, 2024
This allows dropping our existing local-revert of llvm/llvm-project#89131 and cherry-pick of llvm/llvm-project#91654 which we had introduced in the earlier integrate iree-org#17330. This locally reverts llvm/llvm-project#90802 because it causes numerical errors, reported at llvm/llvm-project#90802 (comment). Signed-off-by: Lubo Litchev <lubol@google.com>
LLITCHEV
pushed a commit
to LLITCHEV/iree
that referenced
this pull request
Jul 30, 2024
This integrates four new MLIR-related commits from LLVM (until llvm/llvm-project@c5e67b86) and preserves the local revert from iree-org#17380. I assume I could integrate more commits but I am still getting to know the process and have the feeling that doing one successful integrate will help me with that. Signed-off-by: Lubo Litchev <lubol@google.com>
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.
This allows dropping our existing local-revert of llvm/llvm-project#89131 and cherry-pick of llvm/llvm-project#91654 which we had introduced in the earlier integrate #17330.
This locally reverts llvm/llvm-project#90802 because it causes numerical errors, reported at llvm/llvm-project#90802 (comment).