[clang] [HLSL] Add support for elementwise and aggregate splat casting struct types with bitfields (PR #161263)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 30 16:47:02 PDT 2025


================
@@ -85,3 +85,41 @@ export void call5() {
   int1 A = {1};
   S s = (S)A;
 }
+
----------------
hekota wrote:

`call3` and `call5` seems to be identical test cases.

https://github.com/llvm/llvm-project/pull/161263


More information about the cfe-commits mailing list