llvm-project/llvm/test/CodeGen
Matt Arsenault b91805ea2b AMDGPU: Fix not expanding control flow after some kill blocks
Also stop trying to insert skip blocks at end_cf. This
was inserting them at the end of the block which doesn't make
sense. The skip should be inserted at the beginning of the block
right after the end cf. Just remove this for now since no tests
seem to stress this and I think this can be handled more generally
later.

Fixes bug 28550

llvm-svn: 275510
2016-07-15 00:58:15 +00:00
..
AArch64 [MIR] Print on the given output instead of stderr. 2016-07-13 20:36:03 +00:00
AMDGPU AMDGPU: Fix not expanding control flow after some kill blocks 2016-07-15 00:58:15 +00:00
ARM [MIR] Print on the given output instead of stderr. 2016-07-13 20:36:03 +00:00
BPF [BPF] Remove exit-on-error from tests (PR27768, PR27769) 2016-05-30 08:28:34 +00:00
Generic Move mempcpy_call.ll to X86 subdirectory 2016-07-13 18:28:45 +00:00
Hexagon [Hexagon] Packetize function call arguments with tail call instructions 2016-07-14 19:30:55 +00:00
Inputs [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
Lanai [lanai] Use peephole optimizer to generate more conditional ALU operations. 2016-07-07 23:36:04 +00:00
MIR [MIR] Fix one GlobalISel test case that I missed in r275314. 2016-07-13 22:35:33 +00:00
MSP430
Mips [mips] SelectionDAGISel subclasses now follow the optimization level. 2016-07-14 13:25:22 +00:00
NVPTX NVPTX: Remove the legacy ptx intrinsics 2016-07-07 16:40:17 +00:00
PowerPC [MIR] Print on the given output instead of stderr. 2016-07-13 20:36:03 +00:00
SPARC VirtRegMap: Replace some identity copies with KILL instructions. 2016-07-09 00:19:07 +00:00
SystemZ [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunities 2016-07-11 18:45:03 +00:00
Thumb [Thumb] Reapply r272251 with a fix for PR28348 (mk 2) 2016-07-05 12:37:13 +00:00
Thumb2 [Thumb] Reapply r272251 with a fix for PR28348 (mk 2) 2016-07-05 12:37:13 +00:00
WebAssembly [WebAssembly] Emit type signatures for declared functions 2016-06-03 18:34:36 +00:00
WinEH revert http://reviews.llvm.org/D21101 2016-06-30 17:52:24 +00:00
X86 [X86][AVX2] Allow VPERMPD/VPERMQ shuffles to call combineShuffle (reapplied) 2016-07-14 23:05:09 +00:00
XCore IR: Introduce Module::global_objects(). 2016-06-22 20:29:42 +00:00