diff options
| author | Yong He <yonghe@outlook.com> | 2022-10-11 23:14:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-11 23:14:41 -0700 |
| commit | 5128de89a9a8da09587f20e8fb5bc324ea14e0df (patch) | |
| tree | 292d6488ee966eedcff9736f22511038f9bdc84b /tests/experimental | |
| parent | 8c43a19d2fd8f9d1bd9d5854a4b1e64d5231bc41 (diff) | |
Small IR cleanups. (#2441)
Diffstat (limited to 'tests/experimental')
| -rw-r--r-- | tests/experimental/liveness/liveness-7.slang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/experimental/liveness/liveness-7.slang b/tests/experimental/liveness/liveness-7.slang index 5d8ed48cc..1bf53b09d 100644 --- a/tests/experimental/liveness/liveness-7.slang +++ b/tests/experimental/liveness/liveness-7.slang @@ -1,4 +1,6 @@ -//TEST:SIMPLE:-target glsl -entry computeMain -profile cs_6_3 -track-liveness -line-directive-mode none +//DISABLED_TEST:SIMPLE:-target glsl -entry computeMain -profile cs_6_3 -track-liveness -line-directive-mode none + +// This test is disabled because the loop will always be optimized out so no liveness info will be inserted. //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer RWStructuredBuffer<int> outputBuffer; |
