This fixes http://llvm.org/PR33878
This code assumes that a nullptr of address space != 0 cannot alias with a non-null pointer. This is incorrect, since nothing can be concluded about a null pointer in an address space != 0.
I trade down this code to revision r52299 (2008), before address spaces were introduced.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM