QuantumSegfault wrote: I wonder, would this (perhaps with additional work?) eventually allow Wasm's `ref.null` for `externref` and `funcref` to be lowered from this new `nullptr`, rather than requiring an intrinsic call.
Wasm uses non-integral address spaces to represent `externref` and `funcref`. But this PR just seems to impact the integer null value of integral pointers? https://github.com/llvm/llvm-project/pull/183215 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
