-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Added support for apxf
target feature
#139534
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: master
Are you sure you want to change the base?
Added support for apxf
target feature
#139534
Conversation
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
970fb61
to
336c5f9
Compare
336c5f9
to
282deb3
Compare
This comment has been minimized.
This comment has been minimized.
282deb3
to
d7bc563
Compare
This comment has been minimized.
This comment has been minimized.
d7bc563
to
b3e9d21
Compare
This comment has been minimized.
This comment has been minimized.
b3e9d21
to
c0626b5
Compare
This comment has been minimized.
This comment has been minimized.
c0626b5
to
994c752
Compare
This comment has been minimized.
This comment has been minimized.
994c752
to
eaf714b
Compare
This comment has been minimized.
This comment has been minimized.
eaf714b
to
6c4b6dc
Compare
I would be grateful if a perf-run could be initiated for this PR. I think I do not have sufficient privileges for initiating it. |
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.
Also, do run ./x check tidy
before you push, it ensures that CI won't fail right away due to tidy checks
Sry I'm not familar with llvm so |
6c4b6dc
to
99b5a86
Compare
Have updated |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
…ure-addition, r=<try> Added capability to add multiple dependencies for an LLVMFeature
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (e3d0b57): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (secondary -0.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 780.245s -> 779.828s (-0.05%) |
apxf
target feature
This comment has been minimized.
This comment has been minimized.
You also have to add |
@chorman0773 should |
No, leave it off. There are enough instructions that you can't necessarily use an egpr. |
b260411
to
9d85006
Compare
Just to clarify, |
iiuc, the reason |
9d85006
to
3ac1f53
Compare
Context
apxf
target feature, which is dependent upon the LLVM featuresegpr
,push2pop2
,ppx
,ndd
,ccmp
,nf
,cf
andzu
.LLVMFeature
from anOption
to aSmallVec
to support multiple dependencies.Associated Issue
cc: @sayantn