diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2016-08-18 21:21:53 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2016-08-18 21:21:53 +0000 |
commit | a1619cd9aa0cfb6441ead03e5bc8abd361e7fb93 (patch) | |
tree | 785f40a38d52cf82fc1fcbda9e464b4ec9b7ca4b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6700b4910e201efc850b0b24ef87de26180097b7 (diff) | |
download | llvm-a1619cd9aa0cfb6441ead03e5bc8abd361e7fb93.zip llvm-a1619cd9aa0cfb6441ead03e5bc8abd361e7fb93.tar.gz llvm-a1619cd9aa0cfb6441ead03e5bc8abd361e7fb93.tar.bz2 |
AMDGPU/SI: Fix a test in wqm.ll to always use s_cbranch_vcc*
Summary:
We need to use floating-point compares to ensure that s_cbranch_vcc*
instructions are always generated. With integer compares, future
optimizations could cause s_cbranch_scc* to be generated instead.
Reviewers: arsenm, nhaehnle
Subscribers: llvm-commits, kzhuravl
Differential Revision: https://reviews.llvm.org/D23401
llvm-svn: 279148
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions