diff options
author | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2017-07-03 14:54:11 +0000 |
---|---|---|
committer | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2017-07-03 14:54:11 +0000 |
commit | ea7f08bee53c696f75adfc099b6c8e7b58b1ebe3 (patch) | |
tree | e6d6b05455101b83b74a58899c469db57b308ddf /llvm/test/CodeGen/AMDGPU/coalescer_remat.ll | |
parent | 53d69e329b3b195b22afb565645031145966a2d8 (diff) | |
download | bcm5719-llvm-ea7f08bee53c696f75adfc099b6c8e7b58b1ebe3.tar.gz bcm5719-llvm-ea7f08bee53c696f75adfc099b6c8e7b58b1ebe3.zip |
[AMDGPU] Switch scalarize global loads ON by default
Differential revision: https://reviews.llvm.org/D34407
llvm-svn: 307026
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 3e1b76a1df0..14b798ba822 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: 8 +; CHECK: ; NumVgprs: 4 define amdgpu_kernel void @foobar(<4 x float> addrspace(1)* %out, <4 x float> addrspace(1)* %in, i32 %flag) { entry: %cmpflag = icmp eq i32 %flag, 1 |