================
@@ -11773,6 +11773,10 @@ bool VectorExprEvaluator::VisitCastExpr(const CastExpr 
*E) {
       Elements.push_back(Val.getVectorElt(I));
     return Success(Elements, E);
   }
+  case CK_HLSLMatrixTruncation: {
+    // TODO: support Expr Constant for Matrix Truncation
----------------
llvm-beanz wrote:

Can you file an issue for these and refer to it in the comment?

```suggestion
    // TODO: Add support Expr Constant for Matrix Truncation.
```
nit: Complete sentences and punctuation for comments please (see: 
https://llvm.org/docs/CodingStandards.html#commenting).

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

Reply via email to