Skip to content

[TargetMachine] Remove DefaultOptions #66673

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

Merged
merged 1 commit into from
Sep 18, 2023
Merged

[TargetMachine] Remove DefaultOptions #66673

merged 1 commit into from
Sep 18, 2023

Conversation

aeubanks
Copy link
Contributor

7d81813 says that this was used because functions missing certain
attributes (e.g. fast math) would inherit behavior from previous
functions with those attributes. However, later c378e52 explicitly set
those attributes if they were missing and removed the use of
DefaultOptions.

7d81813 says that this was used because functions missing certain
attributes (e.g. fast math) would inherit behavior from previous
functions with those attributes. However, later c378e52 explicitly set
those attributes if they were missing and removed the use of
DefaultOptions.
@aeubanks aeubanks requested a review from arsenm September 18, 2023 17:27
@aeubanks aeubanks merged commit f286141 into llvm:main Sep 18, 2023
@aeubanks aeubanks deleted the fix branch September 18, 2023 19:36
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
7d81813 says that this was used because functions missing certain
attributes (e.g. fast math) would inherit behavior from previous
functions with those attributes. However, later c378e52 explicitly set
those attributes if they were missing and removed the use of
DefaultOptions.
zahiraam pushed a commit to tahonermann/llvm-project that referenced this pull request Oct 24, 2023
7d81813 says that this was used because functions missing certain
attributes (e.g. fast math) would inherit behavior from previous
functions with those attributes. However, later c378e52 explicitly set
those attributes if they were missing and removed the use of
DefaultOptions.
zahiraam pushed a commit to tahonermann/llvm-project that referenced this pull request Oct 24, 2023
7d81813 says that this was used because functions missing certain
attributes (e.g. fast math) would inherit behavior from previous
functions with those attributes. However, later c378e52 explicitly set
those attributes if they were missing and removed the use of
DefaultOptions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants