mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Creates a new helper, `const temp: Place = lowerValueToTemporary(builder, value)` which creates a new temporary and an instruction to write that value to the temporary. We have this pattern all over BuildHIR, and the new helper makes this all a bit tidier.