1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/test/CodeGen
Tom Stellard 4ea1d63b59 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
2016-08-18 21:21:53 +00:00
..
AArch64 AArch64: Don't call getIterator() on iterators 2016-08-18 17:58:09 +00:00
AMDGPU AMDGPU/SI: Fix a test in wqm.ll to always use s_cbranch_vcc* 2016-08-18 21:21:53 +00:00
ARM Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd" 2016-08-15 15:42:31 +00:00
BPF
Generic
Hexagon [Hexagon] Create vcombine in HexagonCopyToCombine 2016-08-18 14:12:34 +00:00
Inputs
Lanai
Mips RegScavenging: Add scavengeRegisterBackwards() 2016-08-18 19:47:59 +00:00
MIR
MSP430
NVPTX [NVPTX] Use untyped (.b) integer registers in PTX. 2016-08-12 22:02:19 +00:00
PowerPC RegScavenging: Add scavengeRegisterBackwards() 2016-08-18 19:47:59 +00:00
SPARC Revert "[Sparc] Leon errata fix passes." 2016-08-12 14:48:09 +00:00
SystemZ Fix SystemZ compilation abort caused by negative AND mask 2016-08-18 18:04:26 +00:00
Thumb RegScavenging: Add scavengeRegisterBackwards() 2016-08-18 19:47:59 +00:00
Thumb2 Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged." 2016-08-14 02:10:18 +00:00
WebAssembly [WebAssembly] Disable the store-results optimization. 2016-08-18 17:51:27 +00:00
WinEH
X86 [X86][SSE] Missed insertps shuffle patterns 2016-08-18 18:19:28 +00:00
XCore