This makes the implementation of each bytecode operation much easier to reason about, and lets the compiler decide which implementations are beneficial to inline into the main switch.
Depends On D95715
Differential D95716
[mlir][pdl][NFC] Extract the execution of each bytecode operation into its own function rriddle on Jan 29 2021, 7:53 PM. Authored by
Details This makes the implementation of each bytecode operation much easier to reason about, and lets the compiler decide which implementations are beneficial to inline into the main switch. Depends On D95715
Diff Detail
|