llvm-project/llgo/test
Andrew Wilkins 75f34af99c [llgo] Elide alloca for unused received values in select
Summary: If a receive case in a select statement is not assigned to a named variable, then we can eliminate the alloca and copy at runtime.

Test Plan: lit test added

Reviewers: pcc

Reviewed By: pcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6785

llvm-svn: 225033
2014-12-31 03:46:49 +00:00
..
debuginfo
driver
execution
gllgo
irgen [llgo] Elide alloca for unused received values in select 2014-12-31 03:46:49 +00:00
CMakeLists.txt
lit.cfg
lit.site.cfg.in