Issue 89787
Summary [HLSL] `__HLSL_ENABLE_16_BIT` should define as `1`
Labels HLSL
Assignees llvm-beanz
Reporter llvm-beanz
    While writing tests for #85714, I noticed a bug in our code in InitPreprocessor, and missing test coverage. We currently set `__HLSL_ENABLE_16_BIT` to the active HLSL language version value, we should instead set it to `1`.

## Acceptance Criteria
* Updated preprocessor initialization and test verifying that the value is correctly set to 1 or not set as appropriate
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to