[PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Matt Arsenault
Matthew.Arsenault at amd.com
Fri Mar 7 09:48:26 PST 2014
My initial thought is you should not be introducing an ptrtoint if one doesn't already exist, and the problem is really the address space was not specified when necessary somewhere else.
http://llvm-reviews.chandlerc.com/D3002
More information about the llvm-commits
mailing list