Skip to content

Commit

Permalink
Update on "[CIR][Interfaces] Implement LoopOpInterface"
Browse files Browse the repository at this point in the history
Adds an interface to generically handle lowering and analysis of loop
operations in CIR. It can also perform verification of invariants common
to all loop operations.

[ghstack-poisoned]
  • Loading branch information
sitio-couto committed Jan 20, 2024
1 parent 591d04e commit 8293c18
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 8293c18

Please sign in to comment.