Skip to content

Commit

Permalink
Testing devcontainers ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Nov 30, 2024
1 parent c96b4eb commit 5be6dc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/conversion/c_conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ struct LightstormConversionContext {
mlir::TypeConverter &converter;
};

struct Stuff {
mlir::MLIRContext &context;
mlir::TypeConverter &converter;
};

template <typename Op> struct LightstormConversionPattern : public mlir::ConversionPattern {
LightstormConversionPattern(LightstormConversionContext &loweringContext)
: conversionContext(loweringContext),
Expand Down

0 comments on commit 5be6dc8

Please sign in to comment.