Files
wasmtime/cranelift
Jakob Stoklund Olesen 8d93fe9685 Add an analyze_branch method to InstructionData.
Rather than switching on instruction formats to discover the destination of a
branch, use the analyze_branch method which returns a BranchInfo enum with just
the relevant information.

This makes CFG algorithms independent of future instruction formats for
branches. Only analyze_branch needs to be updated when adding a new format.
2016-07-22 15:38:53 -07:00
..
2016-07-22 10:06:51 -07:00
2016-01-12 16:51:35 -08:00
2016-07-14 13:43:11 -07:00