This is an archive of the discontinued LLVM Phabricator instance.

[mlir][pdl][NFC] Extract the execution of each bytecode operation into its own function
ClosedPublic

Authored by rriddle on Jan 29 2021, 7:53 PM.

Details

Summary

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