llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM
David Green 353cb3d4e5 [CodeGen] Enable tail calls for functions with NonNull attributes.
Adding NonNull as attributes to returned pointers has the unfortunate side
effect of disabling tail calls. This patch ignores the NonNull attribute when
we decide whether to tail merge, in the same way that we ignore the NoAlias
attribute, as it has no affect on the call sequence.

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

llvm-svn: 343091
2018-09-26 10:46:18 +00:00
..
bitreverse-recognize.ll
large-offset-gep.ll [ARM] Enable GEP offset splitting for 32-bit ARM. 2018-08-30 22:18:27 +00:00
lit.local.cfg
memory-intrinsics.ll [CodeGenPrepare] Improve source and dest alignments of memory intrinsics independently 2018-01-31 17:24:53 +00:00
sink-addrmode.ll [CGP] Fix handling of null pointer values in optimizeMemoryInst 2017-11-27 11:29:15 +00:00
splitgep.ll [CGP] Ensure splitgep gives deterministic output 2018-09-12 10:19:10 +00:00
tailcall-dup.ll [CodeGen] Enable tail calls for functions with NonNull attributes. 2018-09-26 10:46:18 +00:00