dillon1000/react

Commit

[be] Simplify BuildHIR w lowerValueToTemporary helper

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.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/HIR/BuildHIR.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…