DescriptionMIPS: [turbofan] Make VisitBranch and friends to backend specific.
Port r24546 (c3443cd)
Original commit message:
This is required to fix a tricky branch fusion bug on ARM, which was
caused by the interaction between the architecture-independent and
architecture-specific parts of the InstructionSelector. In the end it
wasn't worth sharing a few common lines of code for the additional
complexity, especially if we also want to properly support architectures
without any dedicated flags register (i.e. MIPS).
TEST=mjsunit,unittests
BUG=
Patch Set 1 #Patch Set 2 : Add VisitBranch() with UNIMPLEMTED() body #
Messages
Total messages: 4 (1 generated)
|