[PATCH] [InstCombine] Don't fold bitcast into store if it would need addrspacecast

Matt Arsenault Matthew.Arsenault at amd.com
Wed Mar 19 10:43:49 PDT 2014


On 03/19/2014 10:40 AM, Matt Arsenault wrote:
> Right above here is a check leftover from when bitcast was allowed if 
> the pointers were the same size. You should update that and replace it 
> with this.
Actually I forgot that also applies to non-pointers, so never mind.




More information about the llvm-commits mailing list