[PATCH] Fix SROA creating invalid bitcasts between address spaces

Matt Arsenault Matthew.Arsenault at amd.com
Wed Dec 11 18:38:21 PST 2013


  Thanks for the review! Some of the pieces aren't supposed to be strictly necessary. I'm also trying to get rid of the default address space arguments, and it seems like a better idea to do the consistent thing and get the address space from the value rather than hardcoding to 0 since you know it's an alloca derived pointer. I'll work on updating the tests tomorrow

http://llvm-reviews.chandlerc.com/D1764



More information about the llvm-commits mailing list