[clang] [llvm] Adding splitdouble HLSL function (PR #109331)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 15:12:58 PDT 2024
================
@@ -489,6 +542,9 @@ class OpLowerer {
case Intrinsic::dx_typedBufferStore:
HasErrors |= lowerTypedBufferStore(F);
break;
+ case Intrinsic::dx_splitdouble:
----------------
joaosaffran wrote:
I will resolve this conversation, since that is a topic we will need further discussion that is out of the scope for this PR.
https://github.com/llvm/llvm-project/pull/109331
More information about the cfe-commits
mailing list