dillon1000/react

Commit

Fix mapInstructionOperands() visitor

Found while debugging the previous issue: `mapInstructionOperands()` should not 
look at lvalues. The previous version was causing us to create extra phi nodes, 
which interestingly weren't the actual problem behind the "SSA" bug, but sure 
looked like it at first.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/HIR/visitors.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…