search for: d34b8489

Displaying 1 result from an estimated 1 matches for "d34b8489".

Did you mean: d34b1689
2010 Feb 12
1
[LLVMdev] ConstantMerge & addressSpaces
Hello, It seems I stepped on a bug with the ConstantMerge IPO pass, regarding address spaces. For example, if a module contains the following: @a = internal constant i16 224 @b = internal addrspace(30) constant i16 224 Although a & b have the same initializer, i think they should not be merged. Attempting to do it anyway will trigger an assertion. I guess the safe and easy way is to only