-
Notifications
You must be signed in to change notification settings - Fork 411
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
Upgrade toolchain to LLVM17 & Support C++23 #8899
Conversation
75f5f5b
to
93bd98a
Compare
@Lloyd-Pottiger How about hold this PR until 8.1LTS released? |
/hold hold until 8.1LTS released |
Signed-off-by: Lloyd-Pottiger <[email protected]>
7b00584
to
7f5ddc6
Compare
7f5ddc6
to
219583c
Compare
/unhold |
219583c
to
c28f815
Compare
Signed-off-by: Lloyd-Pottiger <[email protected]>
Signed-off-by: Lloyd-Pottiger <[email protected]>
Signed-off-by: Lloyd-Pottiger <[email protected]>
/run-build-release |
1 similar comment
/run-build-release |
download tiflash binary(linux amd64) at http://fileserver.pingcap.net/download/builds/pingcap/test/tiflash/2f773c09aafded627e4d030ff667511f78157c8c/centos7/tiflash-linux-amd64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/hold wait for more detail votes. |
/assign @purelind |
[LGTM Timeline notifier]Timeline:
|
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@purelind: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@yudongusa: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, purelind, yudongusa, zanmato1984 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: close #8898, close #7193
Problem Summary: upgrade the toolchain to llvm 17.0.6 for better code diagnostic
What is changed and how it works?
tested the performance of TPC-H and TPC-DS under amd64
TPC-H
TPC-DS
(check the details below)
TPC-DS query95
The difference in execution times of Round 2 and Round 3 is small. The main difference is in execution time for Round 1. In Round 1, the main difference is HashJoin_232, which is executed in TiDB.
Check List
Tests
Side effects
Documentation
Release note