Skip to content

Commit

Permalink
conv: Remove obsolete pipelines definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Jan 25, 2024
1 parent 026c88d commit 1f46098
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions include/vast/Conversion/Passes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,6 @@ namespace vast
#define GEN_PASS_REGISTRATION
#include "vast/Conversion/Passes.h.inc"

// TODO(conv): Define dependencies between these.
static inline void build_abi_pipeline(mlir::PassManager &pm)
{
pm.addPass(createEmitABIPass());
pm.addPass(createLowerABIPass());
}

static inline void build_to_ll_pipeline(mlir::PassManager &pm)
{
pm.addPass(createHLToLLFuncPass());
pm.addPass(createHLToLLVarsPass());
pm.addPass(createHLToLLCFPass());
pm.addPass(createHLEmitLazyRegionsPass());
pm.addPass(createHLToLLGEPsPass());
}

static inline void build_to_llvm_pipeline(mlir::PassManager &pm)
{
pm.addPass(createIRsToLLVMPass());
pm.addPass(createCoreToLLVMPass());
}

namespace conv::pipeline
{
pipeline_step_ptr abi();
Expand Down

0 comments on commit 1f46098

Please sign in to comment.