diff options
| author | Yong He <yonghe@outlook.com> | 2023-01-27 16:41:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 16:41:31 -0800 |
| commit | 4a66e9729175a89833e5db784bb64e6a7f60cdf2 (patch) | |
| tree | 6a3cb0da3a6682ac0f8b06e66cb8e5fcd6dff279 /tests/ir/ssa-reg-alloc.slang.expected.txt | |
| parent | 93a6b6119b6b65c4f6b00ca12d745e21b679c82f (diff) | |
Register allocation during phi elimination. (#2613)
* Register allocation during phi elimination.
* Enhance the test case.
* Cleanup line breaks in test case.
* remove unncessary line break changes.
* More cleanups.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/ir/ssa-reg-alloc.slang.expected.txt')
| -rw-r--r-- | tests/ir/ssa-reg-alloc.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ir/ssa-reg-alloc.slang.expected.txt b/tests/ir/ssa-reg-alloc.slang.expected.txt new file mode 100644 index 000000000..e43a2b945 --- /dev/null +++ b/tests/ir/ssa-reg-alloc.slang.expected.txt @@ -0,0 +1,4 @@ +5 +4 +0 +0 |
