Skip to content

Commit

Permalink
pr: Cleanup files remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
shinlee03 committed Jan 8, 2025
1 parent d6da50b commit 0ea5de3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@ _CPack_Packages/*

install/*

CMakeUserPresets.json

# Shin - remove later (after cleaning up dir)
vcpkg
analysis.yaml
*.mlir
mark.md
CMakeUserPresets.json
3 changes: 1 addition & 2 deletions lib/vast/Conversion/Parser/ToParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ VAST_RELAX_WARNINGS
#include <mlir/Transforms/GreedyPatternRewriteDriver.h>
VAST_UNRELAX_WARNINGS


#include "PassesDetails.hpp"

#include "vast/Conversion/Common/Mixins.hpp"
Expand Down Expand Up @@ -322,7 +321,6 @@ namespace vast::conv {
}

auto callee = op.getCallee();

if (auto kv = models.find(callee); kv != models.end()) {
const auto &[_, model] = *kv;
auto modeled = create_op_from_model(model, op, adaptor, rewriter);
Expand Down Expand Up @@ -473,6 +471,7 @@ namespace vast::conv {

using adaptor_t = typename op_t::Adaptor;


logical_result matchAndRewrite(
op_t op, adaptor_t adaptor, conversion_rewriter &rewriter
) const override {
Expand Down
File renamed without changes.

0 comments on commit 0ea5de3

Please sign in to comment.