Hi, I noticed a regression when compiling a project using my fork of `rust-xtensa` here: https://github.com/reitermarkus/rust/tree/xtensa-support When compiling a project containing ```rust std::net::ToSocketAddrs::to_socket_addrs("0.0.0.0:80"); ``` I get the following error: ``` LLVM ERROR: Error while trying to spill A8 from class AR: Cannot scavenge register without an emergency spill slot! ``` This compiled fine previously with the `llvm-xtensa` fork. Not sure how to debug this further.