diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2023-09-26 20:50:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 17:50:13 -0700 |
| commit | c5c8cfbb360d9a763f549df48636effde839eacd (patch) | |
| tree | 6b055d36e71749d70ace575fc180a23500331b00 /tests/autodiff/control-flow-bug.slang.expected.txt | |
| parent | a18dca27392b257ba2cc58ceabdf15471f34ee25 (diff) | |
Handle the case where the parent if-else region's after-block is unreachable. (#3241)
Also added a test for this.
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/autodiff/control-flow-bug.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/control-flow-bug.slang.expected.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autodiff/control-flow-bug.slang.expected.txt b/tests/autodiff/control-flow-bug.slang.expected.txt new file mode 100644 index 000000000..07e59ce80 --- /dev/null +++ b/tests/autodiff/control-flow-bug.slang.expected.txt @@ -0,0 +1,6 @@ +type: float +0.000000 +3.000000 +6.000000 +9.000000 +12.000000 |
