Skip to content
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

[clang][AMDGPU] Update amdgpu_waves_per_eu attr docs #74587

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

Pierre-vh
Copy link
Contributor

No description provided.

@Pierre-vh Pierre-vh requested a review from arsenm December 6, 2023 11:48
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:frontend Language frontend issues, e.g. anything involving "Sema" labels Dec 6, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Dec 6, 2023

@llvm/pr-subscribers-clang

Author: Pierre van Houtryve (Pierre-vh)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/74587.diff

1 Files Affected:

  • (modified) clang/include/clang/Basic/AttrDocs.td (+3-2)
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index bbe4de94cbabe..88f7c65e6e847 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -2659,8 +2659,9 @@ An error will be given if:
   - Specified values violate subtarget specifications;
   - Specified values are not compatible with values provided through other
     attributes;
-  - The AMDGPU target backend is unable to create machine code that can meet the
-    request.
+
+The AMDGPU target backend will emit a warning whenever it is unable to
+create machine code that meets the request.
   }];
 }
 

- The AMDGPU target backend is unable to create machine code that can meet the
request.

The AMDGPU target backend will emit a warning whenever it is unable to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks indented differently, without the list - as the previous comment did

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want me to format it like this instead to mimic the previous formatting?

A warning will be given if:
  - ...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I wasn't looking at the header bit here. I was also assuming this is using the sphinx formatting rules? I suppose it doesn't really matter

@Pierre-vh Pierre-vh merged commit 39ac5ee into llvm:main Dec 7, 2023
7 checks passed
@Pierre-vh Pierre-vh deleted the clangdocs branch December 7, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema" clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants