Issue 83882
Summary [HLSL] Improve logic for choosing spv/dx intrinsic at CG
Labels enhancement, clang:codegen, HLSL
Assignees
Reporter sudonatalie
    Follow-up from: https://github.com/llvm/llvm-project/pull/82536

More target-specific intrinsics are going to be added that are effectively shared between SPIR-V and DirectX backends, so we need a better design for HLSL CodeGen than repetitive switch/if statements on the target. There are a few possible patterns discussed here: https://github.com/llvm/llvm-project/pull/82536#discussion_r1506827420.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to