Fix interpolation-related IR verification failures#1790
Fix interpolation-related IR verification failures#1790jayfoad merged 2 commits intoGPUOpen-Drivers:devfrom
Conversation
|
The LLPC code coverage report is available at https://storage.googleapis.com/amdvlk-llpc-github-ci-artifacts-public/coverage_release_clang_shadercache_coverage_assertions_2240159732/index.html. |
|
The LLPC code coverage report is available at https://storage.googleapis.com/amdvlk-llpc-github-ci-artifacts-public/coverage_release_clang_coverage_2240159732/index.html. |
|
The LLPC code coverage report is available at https://storage.googleapis.com/amdvlk-llpc-github-ci-artifacts-public/coverage_release_clang_shadercache_coverage_assertions_2244275182/index.html. |
|
The LLPC code coverage report is available at https://storage.googleapis.com/amdvlk-llpc-github-ci-artifacts-public/coverage_release_clang_coverage_2244275182/index.html. |
Test summary for commit 585ebb2CTS tests (Failed: 1/187694)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8 |
Previously the modified test would fail with: immarg operand has non-immediate parameter %66 = add i32 3, 0 %67 = call float @llvm.amdgcn.interp.p1(float %64, i32 immarg 0, i32 immarg %66, i32 %PrimMask) GPUOpen-Drivers#3
585ebb2 to
9ac43b3
Compare
|
The LLPC code coverage report is available at https://storage.googleapis.com/amdvlk-llpc-github-ci-artifacts-public/coverage_release_clang_shadercache_coverage_assertions_2307393666/index.html. |
|
The LLPC code coverage report is available at https://storage.googleapis.com/amdvlk-llpc-github-ci-artifacts-public/coverage_release_clang_coverage_2307393666/index.html. |
Test summary for commit 9ac43b3CTS tests (Failed: 0/187823)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8 |
1 similar comment
Test summary for commit 9ac43b3CTS tests (Failed: 0/187823)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8 |
Previously the modified test would fail with:
immarg operand has non-immediate parameter
%66 = add i32 3, 0
%67 = call float @llvm.amdgcn.interp.p1(float %64, i32 immarg 0, i32 immarg %66, i32 %PrimMask) #3