This is just a proposal patch for a possible direction we can extend these builtins to other targets as well as an implementation for PowerPC.
This adds a new instruction similar to LOAD_STACK_GUARD that is meant to load things from fixed addresses. The new instruction has semantics that are a superset of what LOAD_STACK_GUARD does so the two can be folded into one.
My hope with this patch is to collect feedback from the community about the direction, so please provide any feedback you may have.
I think a new intrinsic should be in a separate commit