[clang] [llvm] Adding splitdouble HLSL function (PR #109331)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 3 20:06:35 PDT 2024
================
@@ -489,6 +542,9 @@ class OpLowerer {
case Intrinsic::dx_typedBufferStore:
HasErrors |= lowerTypedBufferStore(F);
break;
+ case Intrinsic::dx_splitdouble:
----------------
farzonl wrote:
I'd like to see all the changes to `DXILOpLowering.cpp` removed. I don't see why this can't all be done in cgbuiltins.
https://github.com/llvm/llvm-project/pull/109331
More information about the cfe-commits
mailing list