Skip to content

Commit

Permalink
Update on "[CIR][IR] Refactor for loops"
Browse files Browse the repository at this point in the history
This patch completes the deprecation of the generic `cir.loop` operation
by adding a new `cir.for` operation and removing the `cir.loop` op. The
new representation removes some bloat and places the regions in order of
execution.

[ghstack-poisoned]
  • Loading branch information
sitio-couto committed Jan 20, 2024
2 parents 03112b7 + 66428a7 commit 0b97c00
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 0b97c00

Please sign in to comment.