LiveVariables analysis now uses intersect for the merge of block-level...
LiveVariables analysis now uses intersect for the merge of block-level expression liveness information. The rationale is that a block-level expression cannot be live in a parent block unless it is live in all of the successor blocks. llvm-svn: 48618
Loading
Please register or sign in to comment