Skip to content

Commit

Permalink
[flang] Upstream recent work on FIR to llvm-project.
Browse files Browse the repository at this point in the history
Summary:

Reviewers: DavidTruby, sscalpone, jeanPerier

Subscribers: mgorny, aartbik, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78835
  • Loading branch information
schweitzpgi committed Apr 28, 2020
1 parent bc7f324 commit bc03423
Show file tree
Hide file tree
Showing 9 changed files with 1,636 additions and 424 deletions.
14 changes: 0 additions & 14 deletions flang/include/flang/Optimizer/Dialect/FIRDialect.h
Expand Up @@ -13,20 +13,6 @@
#include "mlir/InitAllDialects.h"
#include "mlir/InitAllPasses.h"

namespace llvm {
class raw_ostream;
class StringRef;
} // namespace llvm

namespace mlir {
class Attribute;
class DialectAsmParser;
class DialectAsmPrinter;
class Location;
class MLIRContext;
class Type;
} // namespace mlir

namespace fir {

/// FIR dialect
Expand Down
2 changes: 2 additions & 0 deletions flang/include/flang/Optimizer/Dialect/FIROps.h
Expand Up @@ -10,6 +10,8 @@
#define OPTIMIZER_DIALECT_FIROPS_H

#include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/Interfaces/LoopLikeInterface.h"
#include "mlir/Interfaces/SideEffects.h"

using namespace mlir;

Expand Down

0 comments on commit bc03423

Please sign in to comment.