"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "81c3bf606dfb486e2039ff570826e3d0020e6508"
CodeGen: Optimize emssion of zeroinitialzied arrays
Create an ConstantAggregateZero upfront if we see that it is viable. This saves us from having to manually push_back each and every initializer and then looping back over them to determine if they are 'null'. llvm-svn: 224908
Loading
Please register or sign in to comment