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.kill.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.kill.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll b/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll index bd8684de8c1..8e39caab6c5 100644 --- a/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll +++ b/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll @@ -212,7 +212,7 @@ define amdgpu_gs void @neg_olt(float %a) { ; SI-LABEL: {{^}}fcmp_x2: ; FIXME: LLVM should be able to combine these fcmp opcodes. -; SI: v_cmp_gt_f32 +; SI: v_cmp_lt_f32_e32 vcc, s{{[0-9]+}}, v0 ; SI: v_cndmask_b32 ; SI: v_cmpx_le_f32 define amdgpu_ps void @fcmp_x2(float %a) #0 { |