================
@@ -4472,6 +4543,59 @@ void ExtVectorElementExpr::getEncodedElementAccess(
   }
 }
 
+void MatrixElementExpr::getEncodedElementAccess(
----------------
farzonl wrote:

done see `ForEachMatrixAccessorIndex`. I may have gotten a little overzealous 
and tried to also abstract the HLSL specific parsing parts to  
`GetHLSLMatrixAccessorFormat` But I don't knoiw how useful that is is because 
we can't access LangOpts in an Expr. Still like the formating in a seperate 
helper because it keeps things cleaner so left it that way.

https://github.com/llvm/llvm-project/pull/171225
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to