diff options
Diffstat (limited to 'source/slang/slang-emit.cpp')
| -rw-r--r-- | source/slang/slang-emit.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp index fcdee78ea..9c72f1d63 100644 --- a/source/slang/slang-emit.cpp +++ b/source/slang/slang-emit.cpp @@ -381,9 +381,6 @@ Result linkAndOptimizeIR( // 2. Transpose JVP to VJP code wherever needed. (Transposition or "reverse-mode" pass) // processVJPDerivativeMarkers(module); // Disabled currently. No impl yet. - - // 3. Fill in higher-order invocations with the generated functions. - processDerivativeCalls(irModule); stripAutoDiffDecorations(irModule); |
