diff options
| author | Yong He <yonghe@outlook.com> | 2023-09-21 16:02:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 16:02:04 -0700 |
| commit | e31a9671d70c97c89f081d4f30ec0792050fd35c (patch) | |
| tree | c78f70540a171164a833445a90ac37da51cd0c0b /source/slang/slang-emit.cpp | |
| parent | 5b2eb06816521cc0fcfe03258452560bd200002d (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.cpp | 2 |
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) { |
