Issue 180264
Summary [HLSL][Matrix] Update MatrixElementExpr elements individually
Labels new issue
Assignees
Reporter farzonl
    Similar to this PR https://github.com/llvm/llvm-project/pull/176216 that updated `MatrixSingleSubscriptExpr` to update elements individually we need to do the same thing for `MatrixElementExpr`. This is to prevent data races so a data race test case should be added to the offload test suite aswell.

Other useful refrences:
- https://github.com/llvm/llvm-project/pull/169144
- https://github.com/llvm/llvm-project/issues/174629
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to