farzonl wrote:

> For these intrinsic addition changes, do we need to add a note to 
> "clang\docs\ReleaseNotes.rst"?

So for anything in `llvm/include/llvm/IR/IntrinsicsDirectX.td` I'm pretty sure 
that is a no because DirectX is an experimental target you have to explicitly 
enable via `-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=DirectX`

Changes to `Builtins.td` might be a different story. I'm not sure but I can 
find out. I do know we didn't do it for `__builtin_hlsl_create_handle` or 
`__builtin_hlsl_wave_active_count_bits`.

https://github.com/llvm/llvm-project/pull/83903
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to