summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-09-21 16:02:04 -0700
committerGitHub <noreply@github.com>2023-09-21 16:02:04 -0700
commite31a9671d70c97c89f081d4f30ec0792050fd35c (patch)
treec78f70540a171164a833445a90ac37da51cd0c0b /source/slang/slang-emit.cpp
parent5b2eb06816521cc0fcfe03258452560bd200002d (diff)
Revert inlining change in #3217. (#3229)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source/slang/slang-emit.cpp')
-rw-r--r--source/slang/slang-emit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp
index cd98e44c3..f2906dfc3 100644
--- a/source/slang/slang-emit.cpp
+++ b/source/slang/slang-emit.cpp
@@ -413,8 +413,6 @@ Result linkAndOptimizeIR(
// since we may be missing out cases prevented by the functions that we just specialzied.
performMandatoryEarlyInlining(irModule);
- performPreAutoDiffForceInlining(irModule);
-
// Unroll loops.
if (codeGenContext->getSink()->getErrorCount() == 0)
{