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

Update for nocapture to captures(none) Attribute change #2980

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Jan 30, 2025

Update after llvm-project commit llvm/llvm-project@29441e4f5fa5 ("[IR] Convert from nocapture to captures(none) (#123181)", 2025-01-29).

This includes a bulk replacement s/nocapture/captures(none)/g in the test files. A few of the captures attributes in CHECK lines had to be reordered manually.

@svenvh
Copy link
Member Author

svenvh commented Jan 30, 2025

This leaves two tests failing:

Failed Tests (2):
  LLVM_SPIRV :: extensions/INTEL/SPV_INTEL_function_pointers/CodeSectionINTEL/decor-func-ptr-arg-attr.ll
  LLVM_SPIRV :: extensions/INTEL/SPV_INTEL_function_pointers/decor-func-ptr-arg-attr.ll

Perhaps @vmaksimo or @MrSidims can followup with a PR to fix those?

@MrSidims
Copy link
Contributor

@svenvh sure, you may XFAIL the tests and we will handle it. Thanks!

Update after llvm-project commit 29441e4f5fa5 ("[IR] Convert from
nocapture to captures(none) (#123181)", 2025-01-29).

This includes a bulk replacement `s/nocapture/captures(none)/g` in the
test files.  A few of the `captures` attributes in CHECK lines had to
be reordered manually.
@svenvh svenvh force-pushed the nocaptures-change branch from c6267bc to 0b7d957 Compare January 30, 2025 10:50
@svenvh svenvh merged commit 032f93c into KhronosGroup:main Jan 31, 2025
6 of 9 checks passed
@svenvh svenvh deleted the nocaptures-change branch January 31, 2025 15:45
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