See http://llvm.org/docs/LangRef.html#non-integral-pointer-type
The NewGVN test does not fail without these changes (perhaps it does
try to coerce pointers <-> integers to begin with?), but I added the
test case anyway.
Differential D32208
[GVN] Don't coerce non-integral pointers to integers or vice versa sanjoy on Apr 18 2017, 6:14 PM. Authored by
Details See http://llvm.org/docs/LangRef.html#non-integral-pointer-type The NewGVN test does not fail without these changes (perhaps it does
Diff Detail
Event Timeline
|