Issue |
135667
|
Summary |
[HLSL] Analyze and annotate updateCounter direction on a resource
|
Labels |
HLSL
|
Assignees |
V-FEXrt
|
Reporter |
V-FEXrt
|
This issue supersedes https://github.com/llvm/llvm-project/issues/114130 which is being divided in half.
The first half is to analyze and annotate resources with the directions of any counter changes. The breakdown is as follows:
- No detectable call to update counter -> Unknown
- Call with a positive 1 value -> Increment
- Call with a negative 1 value -> Decrement
- Multiple calls that agree -> whatever the agreed value is
- Multiple calls that disagree -> Invalid
Original issue should be referenced for context on design and constraints
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs