llvm-project/llvm/lib/Transforms
Sanjoy Das 49e974b33b [RS4GC] Better codegen for deoptimize calls
Don't emit a gc.result for a statepoint lowered from
@llvm.experimental.deoptimize since the call into __llvm_deoptimize is
effectively noreturn.  Instead follow the corresponding gc.statepoint
with an "unreachable".

llvm-svn: 265485
2016-04-05 23:18:35 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
IPO [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar 2016-04-05 08:47:51 +00:00
InstCombine [InstCombine] Don't sink an instr after a catchswitch 2016-04-01 17:28:17 +00:00
Instrumentation [PGO] Avoid instrumenting direct callee's at value sites. 2016-04-04 18:56:36 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [RS4GC] Better codegen for deoptimize calls 2016-04-05 23:18:35 +00:00
Utils Try harder to appease MSVC after r265456 2016-04-05 21:25:33 +00:00
Vectorize [SLPVectorizer] Don't insert an extractelement before a catchswitch 2016-04-01 17:28:15 +00:00
CMakeLists.txt
LLVMBuild.txt