Skip to content

Conversation

inbelic
Copy link
Contributor

@inbelic inbelic commented Mar 31, 2025

  • The register spaces 0xfffffff0 to 0xffffffff are reserved, the original testcase is meant to demonstrate that we can use the valid value of 0xfffffff0 - 1 = 0xffffffef = 4294967279, which it does
  • However, the comment describing the testcase specifies the wrong value

This commit resolves the discrepancy by fixing up the comment typo as noted here: https://github.com/llvm-beanz/offload-test-suite/pull/45#discussion_r2017664530

- The register spaces 0xfffffff0 to 0xffffffff are reserved the original
  testcase is meant to demonstrate that we can use the valid value of
  0xfffffff0 - 1 = 0xffffffef = 4294967279, which it does
- However, the comment describing the testcase specifies the wrong value

This commit resolves the discrepancy by fixing up the comment typo
@llvm-beanz llvm-beanz merged commit ea84143 into llvm:main Apr 2, 2025
8 of 11 checks passed
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.

3 participants