[clang] [clang][bytecode] Implement HLSLVectorTruncation casts (PR #108499)

2024-09-13 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/108499 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Implement HLSLVectorTruncation casts (PR #108499)

2024-09-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/108499.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/Compiler.cpp (+25) - (modified) clang/test/AST/ByteCode/hlsl.hlsl (+14-2) ```

[clang] [clang][bytecode] Implement HLSLVectorTruncation casts (PR #108499)

2024-09-12 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/108499 None >From 058053a85bb2fe41b2bb98c2e460df1f74058f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 13 Sep 2024 06:21:25 +0200 Subject: [PATCH] [clang][bytecode] Implement HLSLVectorTru