[clang] [HLSL] Implement HLSL Flat casting (excluding splat cases) (PR #118842)
Sarah Spall via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 4 07:34:55 PST 2025
================
@@ -14857,6 +14857,7 @@ bool IntExprEvaluator::VisitCastExpr(const CastExpr *E) {
case CK_FixedPointCast:
case CK_IntegralToFixedPoint:
case CK_MatrixCast:
+ // TODO does CK_HLSLAggregateCast belong here?
----------------
spall wrote:
It can, and I do need to remove this comment. This will be implemented later.
https://github.com/llvm/llvm-project/pull/118842
More information about the cfe-commits
mailing list