Issue 133440
Summary [HLSL] Many Builtins defined `void(...)` need the `CustomTypeChecking` attribute
Labels HLSL
Assignees farzonl
Reporter farzonl
    We have had a reoccuring problem when trying to use the builtins in HLSL code for scalar cases that are causing type casts. To make the builtins more usable in these cases we will add `CustomTypeChecking` to the builtins that take floating point types to prevent the promotion of float or half types to double.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to