dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisoncompiler/forget/src/HIR/visitors.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…