This PR replaces `llvm::PointerIntPair` with `std::pair` for module exports. This is NFC that enables a future PR to use a different (larger) type to represent module references.
This PR replaces `llvm::PointerIntPair` with `std::pair` for module exports. This is NFC that enables a future PR to use a different (larger) type to represent module references.