llvm-project/llvm/test
Shoaib Meenai 57fadab1cb [ObjCARC] Account for catchswitch in bitcast insertion
A catchswitch is both a pad and a terminator, meaning it must be the
only non-phi instruction in its basic block. When we're inserting a
bitcast in the incoming basic block for a phi, if that incoming block is
a catchswitch, we should go up the dominator tree to find a valid
insertion point rather than attempting to insert before the catchswitch
(which would result in invalid IR).

Differential Revision: https://reviews.llvm.org/D46412

llvm-svn: 331548
2018-05-04 19:03:11 +00:00
..
Analysis Rename invariant.group.barrier to launder.invariant.group 2018-05-03 11:03:01 +00:00
Assembler
Bindings [LLVM-C] Add DIBuilder bindings to create import declarations 2018-04-28 22:32:07 +00:00
Bitcode Rename invariant.group.barrier to launder.invariant.group 2018-05-03 11:03:01 +00:00
BugPoint
CodeGen Fast Math Flag mapping into SDNode 2018-05-04 18:48:20 +00:00
DebugInfo DwarfCompileUnit: Fix another assertion failure on malformed input 2018-05-04 16:10:43 +00:00
Examples
ExecutionEngine [RuntimeDyld][PowerPC] Fix a newly added test in r329355 2018-04-09 14:29:23 +00:00
Feature
FileCheck
Instrumentation [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsics 2018-04-26 21:46:01 +00:00
Integer
JitListener
LTO [ThinLTO] Add support for optimization remarks to thinBackend 2018-05-03 20:24:12 +00:00
Linker [llvm-link] Use WithColor for printing errors 2018-04-18 14:41:47 +00:00
MC [mips] Correct the predicates of sign extension instructions 2018-05-04 15:00:54 +00:00
Object AMDGPU: Add Vega12 and Vega20 2018-04-30 19:08:16 +00:00
ObjectYAML obj2yaml: Correctly round-trip default alignment. 2018-05-04 16:28:41 +00:00
Other Rename invariant.group.barrier to launder.invariant.group 2018-05-03 11:03:01 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [GlobalISel][InstructionSelect] Refactoring out a getMatchTable virtual method + other small NFC's 2018-05-02 20:07:15 +00:00
ThinLTO/X86 [lit] Fix several Python 2/3 compatibility issues and tests 2018-04-07 00:21:28 +00:00
Transforms [ObjCARC] Account for catchswitch in bitcast insertion 2018-05-04 19:03:11 +00:00
Unit
Verifier Tweak an assert message in the verifier 2018-04-06 10:20:19 +00:00
YAMLParser
tools [X86] Add WriteEMMS scheduler class 2018-05-04 18:16:13 +00:00
.clang-format
CMakeLists.txt Sort a target list a bit better. 2018-04-23 14:28:49 +00:00
TestRunner.sh
lit.cfg.py Enable debug fission for thinLTO linked via gold-plugin 2018-04-13 05:03:28 +00:00
lit.site.cfg.py.in