"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "58d6a959be057126f2063431d4eb9542de07aab9"
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