-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Update to LLVM 22 #150722
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
base: main
Are you sure you want to change the base?
Update to LLVM 22 #150722
Conversation
|
These commits modify compiler targets. |
|
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (dabe9cd): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 1.0%, secondary -1.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 3.2%, secondary 2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.6%, secondary -1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.133s -> 480.877s (1.64%) |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes made this pull request unmergeable. Please resolve the merge conflicts. |
|
☔ The latest upstream changes (presumably #150726) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Based on helloworld, the perf regressions seem to be related to the allocator somehow. Previously tcache_alloc_small_hard was called 3 times, now it's called 189 times. The total number of allocations is smaller, but the time spent in the allocator is larger. |
|
Or maybe the issue is not actually the allocator behavior itself. I suspect that we might have lost LTO on jemalloc and tcache_alloc_small_hard previously got inlined into malloc_default but now no longer is. Possibly updating the host toolchain at the same time so that the versions match will help. |
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 83eb5cb failed: CI. Failed jobs:
|
|
https://github.com/llvm/llvm-project/blob/c620b477512ad566e687024d25b703ba0f99cec2/llvm/lib/Object/OffloadBundle.cpp#L191 asserts on MacOS for |
|
@bors try jobs=x86_64-mingw-1,x86_64-mingw-2,dist-i686-mingw,dist-x86_64-mingw,dist-aarch64-llvm-mingw,dist-x86_64-llvm-mingw |
This comment has been minimized.
This comment has been minimized.
Update to LLVM 22 try-job: x86_64-mingw-1 try-job: x86_64-mingw-2 try-job: dist-i686-mingw try-job: dist-x86_64-mingw try-job: dist-aarch64-llvm-mingw try-job: dist-x86_64-llvm-mingw
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 1d9f387 failed: CI. Failed jobs:
|
|
@bors try jobs=dist-x86_64-apple,aarch64-apple,x86_64-mingw-1,x86_64-mingw-2,dist-i686-mingw,dist-x86_64-mingw |
This comment has been minimized.
This comment has been minimized.
Update to LLVM 22 try-job: dist-x86_64-apple try-job: aarch64-apple try-job: x86_64-mingw-1 try-job: x86_64-mingw-2 try-job: dist-i686-mingw try-job: dist-x86_64-mingw
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for 6e5aac6 failed: CI. Failed jobs:
|
|
@bors try jobs=x86_64-msvc-1,x86_64-msvc-2,i686-msvc-1,i686-msvc-2,aarch64-msvc-1,aarch64-msvc-2,x86_64-msvc-ext1,x86_64-msvc-ext2,x86_64-msvc-ext3 |
This comment has been minimized.
This comment has been minimized.
Update to LLVM 22 try-job: x86_64-msvc-1 try-job: x86_64-msvc-2 try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: aarch64-msvc-1 try-job: aarch64-msvc-2 try-job: x86_64-msvc-ext1 try-job: x86_64-msvc-ext2 try-job: x86_64-msvc-ext3
|
The LLVM bindings build fails because we're building with |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@bors try @rust-timer queue If you don't mind, I wanna check if the bootstrap issue still persists. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
aarch64-msvc-1 fails with some linker failures in tests: These symbols are produced here: https://github.com/llvm/llvm-project/blob/a8660308108fdc9c0c7962a070b2e0d07349c5e8/llvm/lib/CodeGen/AsmPrinter/WinException.cpp#L184-L186 The |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (4282c2e): comparison URL. Overall result: ❌✅ regressions and improvements - BENCHMARK(S) FAILEDBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never ❗ ❗ ❗ ❗ ❗
❗ ❗ ❗ ❗ ❗ Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 7.8%, secondary -1.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.4%, secondary -1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: missing data |
Scheduled release date: Feb 24
1.94 becomes stable: Mar 5
Depends on: