Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sroa replace constant with non constant in entry block #6591

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

prevent static global init breaking up allocas

41663ca
Select commit
Loading
Failed to load commit list.
Draft

Fix sroa replace constant with non constant in entry block #6591

prevent static global init breaking up allocas
41663ca
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.DirectXShaderCompiler failed May 6, 2024 in 57m 45s

Build #20240506.7 had test failures

Details

Tests

  • Failed: 6 (0.03%)
  • Passed: 23,022 (99.97%)
  • Other: 0 (0.00%)
  • Total: 23,028

Annotations

Check failure on line 358 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L358

Cmd.exe exited with code '2'.

Check failure on line 3908 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L3908

Bash exited with code '1'.

Check failure on line 3908 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L3908

Bash exited with code '1'.

Check failure on line 3896 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

Build log #L3896

Bash exited with code '1'.

Check failure on line 1 in scalarrepl-param-hlsl-const-to-local-and-back.ll

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

scalarrepl-param-hlsl-const-to-local-and-back.ll

Test failed
Raw output
Script:
--
/home/vsts/work/1/s/build/./bin/dxopt /home/vsts/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll -hlsl-passes-resume -scalarrepl-param-hlsl -S | /home/vsts/work/1/s/build/./bin/FileCheck /home/vsts/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll
--
Exit Code: 1

Command Output (stderr):
--
/home/vsts/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll:12:15: error: expected string not found in input
; CHECK-NEXT: [[SRC0:%[a-z0-9\.]+]] = load i32, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @arr1, i32 0, i32 0)
              ^
<stdin>:36:2: note: scanning from here
 store float 0.000000e+00, float* %2
 ^

--

	

Check failure on line 1 in scalarrepl-param-hlsl-const-to-local-and-back.ll

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

scalarrepl-param-hlsl-const-to-local-and-back.ll

Test failed
Raw output
Script:
--
/Users/runner/work/1/s/build/./bin/dxopt /Users/runner/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll -hlsl-passes-resume -scalarrepl-param-hlsl -S | /Users/runner/work/1/s/build/./bin/FileCheck /Users/runner/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll
--
Exit Code: 1

Command Output (stderr):
--
/Users/runner/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll:12:15: error: expected string not found in input
; CHECK-NEXT: [[SRC0:%[a-z0-9\.]+]] = load i32, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @arr1, i32 0, i32 0)
              ^
<stdin>:36:2: note: scanning from here
 store float 0.000000e+00, float* %2
 ^

--

	

Check failure on line 1 in scalarrepl-param-hlsl-const-to-local-and-back.ll

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

scalarrepl-param-hlsl-const-to-local-and-back.ll

Test failed
Raw output
Script:
--
/Users/runner/work/1/s/build/./bin/dxopt /Users/runner/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll -hlsl-passes-resume -scalarrepl-param-hlsl -S | /Users/runner/work/1/s/build/./bin/FileCheck /Users/runner/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll
--
Exit Code: 1

Command Output (stderr):
--
/Users/runner/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll:12:15: error: expected string not found in input
; CHECK-NEXT: [[SRC0:%[a-z0-9\.]+]] = load i32, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @arr1, i32 0, i32 0)
              ^
<stdin>:36:2: note: scanning from here
 store float 0.000000e+00, float* %2
 ^

--

	

Check failure on line 1 in scalarrepl-param-hlsl-const-to-local-and-back.ll

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.DirectXShaderCompiler

scalarrepl-param-hlsl-const-to-local-and-back.ll

Test failed
Raw output
Script:
--
/home/vsts/work/1/s/build/./bin/dxopt /home/vsts/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll -hlsl-passes-resume -scalarrepl-param-hlsl -S | /home/vsts/work/1/s/build/./bin/FileCheck /home/vsts/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll
--
Exit Code: 1

Command Output (stderr):
--
/home/vsts/work/1/s/tools/clang/test/DXC/scalarrepl-param-hlsl-const-to-local-and-back.ll:12:15: error: expected string not found in input
; CHECK-NEXT: [[SRC0:%[a-z0-9\.]+]] = load i32, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @arr1, i32 0, i32 0)
              ^
<stdin>:36:2: note: scanning from here
 store float 0.000000e+00, float* %2
 ^

--