[clang] [HLSL] Add __is_scalarized_layout_compatible (PR #102227)

Damyan Pepper via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 13 14:22:23 PDT 2024


damyanp wrote:

> HLSL tends to rely pretty aggressively on scalarization occuring in the complier, which allows for some relaxed language behaviors when types are fully sclarized to equivalent scalar representations.

Some typos:

* occuring --> occurring
* complier --> compiler
* sclarized --> scalarized

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


More information about the cfe-commits mailing list