Skip to content

Commit

Permalink
Update on "[CIR][Lowering][NFC] Refactor LoopOp lowering"
Browse files Browse the repository at this point in the history
Leverages the new LoopOpInterface for lowering instead of the LoopOp
operation. This is a step towards removing the LoopOp operation.

[ghstack-poisoned]
  • Loading branch information
sitio-couto committed Jan 20, 2024
2 parents 8d78c33 + b11f6e8 commit 242e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/CIR/Dialect/IR/CIRDialect.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include "clang/CIR/Dialect/IR/CIRTypes.h"

#include "clang/CIR/Interfaces/ASTAttrInterfaces.h"
#include "clang/CIR/Interfaces/CIROpInterfaces.h"
#include "clang/CIR/Interfaces/CIRLoopOpInterface.h"
#include "clang/CIR/Interfaces/CIROpInterfaces.h"

namespace mlir {
namespace OpTrait {
Expand Down

0 comments on commit 242e3bf

Please sign in to comment.