diff options
| author | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2018-09-11 11:56:50 +0000 |
|---|---|---|
| committer | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2018-09-11 11:56:50 +0000 |
| commit | db7ee7660a8efce83ad34a3b211f5d3e624a3afd (patch) | |
| tree | 3ceac940a3c81557e70c188ad1d660636c326f3c /llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll | |
| parent | ae3cfeb3ad0e4d3d8846d83c4b75e2933f043800 (diff) | |
| download | bcm5719-llvm-db7ee7660a8efce83ad34a3b211f5d3e624a3afd.tar.gz bcm5719-llvm-db7ee7660a8efce83ad34a3b211f5d3e624a3afd.zip | |
[AMDGPU] Preliminary patch for divergence driven instruction selection. Immediate selection predicate changed
Differential revision: https://reviews.llvm.org/D51734
Reviewers: rampitec
llvm-svn: 341928
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll b/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll index 792ce80f45c..ed62d5f6634 100644 --- a/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll +++ b/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll @@ -21,8 +21,7 @@ define amdgpu_kernel void @mad_f32( } ; GCN-LABEL: {{^}}mad_f32_imm_a: -; GCN: v_mov_b32_e32 [[KA:v[0-9]+]], 0x41000000 -; GCN: v_ma{{[dc]}}_f32 {{v[0-9]+}}, [[KA]], +; GCN: v_madmk_f32 {{v[0-9]+}}, {{v[0-9]+}}, 0x41000000, define amdgpu_kernel void @mad_f32_imm_a( float addrspace(1)* %r, float addrspace(1)* %b, |

