[clang] [llvm] Adding splitdouble HLSL function (PR #109331)
Tex Riddell via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 17:27:05 PDT 2024
================
@@ -4681,6 +4601,87 @@ void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const {
IsUsed = true;
}
+/// Emit the actual writing-back of a writeback.
+void CodeGenFunction::EmitWriteback(CodeGenFunction &CGF,
----------------
tex3d wrote:
Moving this function makes it hard to tell if it's been modified at the same time.
https://github.com/llvm/llvm-project/pull/109331
More information about the cfe-commits
mailing list