[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:35:14 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:
You can truncate (for example) an array if integers to an int.
https://github.com/llvm/llvm-project/pull/118842
More information about the cfe-commits
mailing list