Skip to content

wip: [DirectX] Refactor resources into binding and type passes #119738

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

Closed
wants to merge 1 commit into from

Conversation

bogner
Copy link
Contributor

@bogner bogner commented Dec 12, 2024

This is a big refactor of resources into two separate passes (#118400), which also happens to fix #116849. Unfortunately it's quite large and probably not practical to review.

I plan on splitting this into three changes:

  1. Rework resource type info to work by accessing the target ext type
  2. Introduce the resource type analysis pass
  3. Add and use the createSymbol API

Copy link

github-actions bot commented Dec 12, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

This is a big refactor of resources into two separate passes (llvm#118400),
which also happens to fix llvm#116849. Unfortunately it's quite large and
probably not practical to review.

I plan on splitting this into three changes:
1. Rework resource type info to work by accessing the target ext type
2. Introduce the resource type analysis pass
3. Add and use the createSymbol API
@bogner bogner force-pushed the 2024-12-12-resource-passes branch from eed6eef to 4838618 Compare December 12, 2024 18:43
@bogner
Copy link
Contributor Author

bogner commented Dec 12, 2024

Split into #119772, #119773, and #119775

@bogner bogner closed this Dec 12, 2024
@bogner bogner deleted the 2024-12-12-resource-passes branch December 12, 2024 23:01
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.

[DirectX] Don't emit %dxilOpaquePtrReservedName for resource globals
1 participant