5fd6f3b16d
Fix debuginfo for parameters passed via the ScalarPair abi on Windows Mark all of these as locals so the debugger does not try to interpret them as being a pointer to the value. This extends the approach used in #81898. Fixes #88625
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.