diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2016-11-29 00:46:46 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2016-11-29 00:46:46 +0000 |
commit | 0bc688116c95d74a1b72a650607eab1f8fdc2a33 (patch) | |
tree | 241502224e7feda1d8e6409af6202a7cd76884a4 /llvm/test/CodeGen/AMDGPU/coalescer_remat.ll | |
parent | 3666e9c54b61a5b90387213d586c6a0751462178 (diff) | |
download | bcm5719-llvm-0bc688116c95d74a1b72a650607eab1f8fdc2a33.tar.gz bcm5719-llvm-0bc688116c95d74a1b72a650607eab1f8fdc2a33.zip |
AMDGPU/SI: Avoid moving PHIs to VALU when phi values are defined in scalar branches
Reviewers: arsenm
Subscribers: arsenm, llvm-commits, kzhuravl
Differential Revision: https://reviews.llvm.org/D23417
llvm-svn: 288095
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/coalescer_remat.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/coalescer_remat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/coalescer_remat.ll b/llvm/test/CodeGen/AMDGPU/coalescer_remat.ll index 96730bcf2e8..4c7875c3a03 100644 --- a/llvm/test/CodeGen/AMDGPU/coalescer_remat.ll +++ b/llvm/test/CodeGen/AMDGPU/coalescer_remat.ll @@ -12,7 +12,7 @@ declare float @llvm.fma.f32(float, float, float) ; CHECK: v_mov_b32_e32 v{{[0-9]+}}, 0 ; CHECK: v_mov_b32_e32 v{{[0-9]+}}, 0 ; It's probably OK if this is slightly higher: -; CHECK: ; NumVgprs: 9 +; CHECK: ; NumVgprs: 8 define void @foobar(<4 x float> addrspace(1)* %out, <4 x float> addrspace(1)* %in, i32 %flag) { entry: %cmpflag = icmp eq i32 %flag, 1 |