This repository was archived by the owner on Jan 19, 2025. It is now read-only.
forked from NN-complr-tech/llvm
-
Notifications
You must be signed in to change notification settings - Fork 57
Sharapov Georgiy. First Lab. #3
Merged
aobolensk
merged 6 commits into
NN-complr-tech:course-spring-2024
from
nol0n:sharapov_georgiy_lab1
Mar 15, 2024
Merged
Sharapov Georgiy. First Lab. #3
aobolensk
merged 6 commits into
NN-complr-tech:course-spring-2024
from
nol0n:sharapov_georgiy_lab1
Mar 15, 2024
Conversation
This file contains hidden or 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
m-ly4
suggested changes
Mar 11, 2024
m-ly4
suggested changes
Mar 14, 2024
@m-ly4, could you please take a look at the windows-build? This commit in my fork passed tests without issues (link to the test results) and as far as I can tell, the problem doesn't seem to be with my code. However, I might be mistaken. |
Looks like it was just infrastructure problem. I restarted windows test. |
m-ly4
approved these changes
Mar 14, 2024
LGTM |
aobolensk
approved these changes
Mar 15, 2024
m-ly4
pushed a commit
that referenced
this pull request
Apr 26, 2024
m-ly4
pushed a commit
that referenced
this pull request
Apr 29, 2024
An optimization pass that replaces multiplication and addition operation with muladd instruction.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Added plugin that emits a warning for each function that has the deprecated attribute.
Plugin has two arguments
An option
--attr-style
that determines which style of attributes will trigger a warning. Possible values aregcc
,c++14
, andboth
. The default value is set toboth
.A
-help
flag that displays information about--attr-style
.