diff options
| author | winmad <winmad.wlf@gmail.com> | 2023-04-14 11:36:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 11:36:19 -0700 |
| commit | 2226ae0bbbf2cbd5ea2da8aaaa04c9c466af56c3 (patch) | |
| tree | 7041f86d73eee2357306c2b12c8ef6d7c0996b84 /tests/autodiff/for-loop-eliminate-dead-code.slang.expected.txt | |
| parent | 168c58389e9155312a8cef88d986a4ceee5a511e (diff) | |
Bugfix: compiler will run forever to eliminate dead code (#2809)
* Add a test case that the compile will run forever
* Fix.
* fix.
---------
Co-authored-by: Lifan Wu <lifanw@nvidia.com>
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/autodiff/for-loop-eliminate-dead-code.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/for-loop-eliminate-dead-code.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/autodiff/for-loop-eliminate-dead-code.slang.expected.txt b/tests/autodiff/for-loop-eliminate-dead-code.slang.expected.txt new file mode 100644 index 000000000..4465d8c34 --- /dev/null +++ b/tests/autodiff/for-loop-eliminate-dead-code.slang.expected.txt @@ -0,0 +1,4 @@ +type: float +0.000000 +0.000000 +0.000000
\ No newline at end of file |
