Issue 92148
Summary [DirectX] Implement an analysis pass(es?) to derive IsGloballyCoherent and HasCounter, and wire this up to create handle lowering
Labels backend:DirectX
Assignees
Reporter bogner
    The IsGloballyCoherent and HasCounter properties of resource handles need to be inferred based on how a resource is used. We should write an analysis pass that derives this information, so that we can emit the right metadata and lower annotateHandle DXIL ops correctly.

The HasCounter aspect depends on #92147
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to