1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/test
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
..
Analysis SCEV: Don't assert about non-SCEV-able value in isSCEVExprNeverPoison() (PR28932) 2016-08-17 22:50:18 +00:00
Assembler Support the DW_AT_noreturn DWARF flag. 2016-08-17 16:02:43 +00:00
Bindings
Bitcode [PM] Port NameAnonFunction pass to new pass manager 2016-08-12 14:03:36 +00:00
BugPoint
CodeGen AMDGPU/SI: Fix a test in wqm.ll to always use s_cbranch_vcc* 2016-08-18 21:21:53 +00:00
DebugInfo Resubmit "Write the TPI stream from a PDB to Yaml." 2016-08-18 16:49:29 +00:00
Examples
ExecutionEngine [ExecutionEngine] Disable weak symbol tests for COFF. 2016-08-09 20:48:22 +00:00
Feature Revert "Revert "Invariant start/end intrinsics overloaded for address space"" 2016-08-13 23:31:24 +00:00
FileCheck
Instrumentation [asan] Extend test 2016-08-18 18:17:19 +00:00
Integer
JitListener
LibDriver
Linker
LTO [LTO] Change addSaveTemps API: do not add dot to the supplied prefix path 2016-08-18 00:12:33 +00:00
MC [mips] Add l.[sd] and s.[sd] instruction aliases 2016-08-17 14:45:09 +00:00
Object [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel symbol. 2016-08-17 10:17:57 +00:00
ObjectYAML [macho2yaml] Don't write empty linkedit data 2016-08-17 21:46:04 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 [LTO] Promote before performing weak resolution 2016-08-18 00:59:24 +00:00
tools llvm-objdump: add coff import library symbol listing support 2016-08-18 16:39:19 +00:00
Transforms Make cltz and cttz zero undef when the operand cannot be zero in InstCombine 2016-08-18 20:43:50 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Restore "Resolution-based LTO API." 2016-08-11 14:58:12 +00:00
lit.cfg Restore "Resolution-based LTO API." 2016-08-11 14:58:12 +00:00
lit.site.cfg.in
TestRunner.sh