We can not bitcast pointers across different address spaces, and VectorCombine
should be careful when it attempts to find the original source of the loaded
data.
Fixes an assertion trigger introduced by D81766
|  Differential  D89577  
[VectorCombine] Avoid crossing address space boundaries. Authored by tra on Oct 16 2020, 11:28 AM. 
Details We can not bitcast pointers across different address spaces, and VectorCombine Fixes an assertion trigger introduced by D81766 
Diff Detail 
 Event Timeline
 
 Comment Actions LGTM - I don't have any experience with the target-specific perf, but this prevents a crash. | ||||||||||||
We still want to create a vector load rather than just bail out on the address-space mismatch?