diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2020-01-21 09:17:25 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-02-03 16:00:00 +0100 |
commit | 94c79ce5740f69aa9a9f5145c9911a61b7d20662 (patch) | |
tree | ea5a6547d78dc072a72a5f054867c2f16c119b57 /llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll | |
parent | 4e9209ab592eb6dfbf076ba00aa8e1354cbc225a (diff) | |
download | bcm5719-llvm-94c79ce5740f69aa9a9f5145c9911a61b7d20662.tar.gz bcm5719-llvm-94c79ce5740f69aa9a9f5145c9911a61b7d20662.zip |
Revert "[AMDGPU] Invert the handling of skip insertion."
This reverts commit 0dc6c249bffac9f23a605ce4e42a84341da3ddbd.
The commit is reported to cause a regression in piglit/bin/glsl-vs-loop for
Mesa.
(cherry picked from commit a80291ce10ba9667352adcc895f9668144f5f616)
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll b/llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll index be60a34b420..00ae166a6ce 100644 --- a/llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll +++ b/llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll @@ -28,8 +28,9 @@ define amdgpu_kernel void @kernel_background_evaluate(float addrspace(5)* %kg, < ; GCN-NEXT: s_swappc_b64 s[30:31], s[4:5] ; GCN-NEXT: v_cmp_ne_u32_e32 vcc_lo, 0, v0 ; GCN-NEXT: s_and_saveexec_b32 s0, vcc_lo +; GCN-NEXT: ; mask branch BB0_2 ; GCN-NEXT: s_cbranch_execz BB0_2 -; GCN-NEXT: ; %bb.1: ; %if.then4.i +; GCN-NEXT: BB0_1: ; %if.then4.i ; GCN-NEXT: buffer_load_dword v0, v32, s[36:39], s32 offen ; GCN-NEXT: buffer_load_dword v1, v32, s[36:39], s32 offen offset:4 ; GCN-NEXT: s_waitcnt vmcnt(0) |