SROA: Check Total Bits of vector type
While Promoting alloca instruction of Vector Type, Check total size in bits of its slices too. 
If they don't match, don't promote the alloca instruction.
|  Differential  D65523  
SROA: Check Total Bits of vector type Authored by ssarda on Jul 31 2019, 10:03 AM. 
Details 
 SROA: Check Total Bits of vector type While Promoting alloca instruction of Vector Type, Check total size in bits of its slices too.  
Diff Detail 
 Event Timeline
 
 Comment Actions @arsenm  Gentle Ping !! I would be grateful if someone can review the updated patch. Comment Actions This seems reasonable 
 Comment Actions Committed in https://llvm.org/viewvc/llvm-project?view=revision&revision=372480 I better take care to mention phab link of approval in commit message next time. | ||||||||||||||||||||||||||
Can you add a comment that this is for bitcats to vectors with different numbers of elements?