Revert "[GISel]: Fix incorrect IRTranslation while translating null pointer types"
This reverts commit b3297ef0. This change is incorrect. The current semantic of null in the IR is a pointer with the bitvalue 0. It is not a cast from an integer 0, so this should preserve the pointer type.
Loading
Please register or sign in to comment