Skip to content

Commit

Permalink
Simplify AffineExprs using isl
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Feb 25, 2025
1 parent 86a7c5d commit dcf4a64
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/enzyme_ad/jax/Passes/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,12 @@ def LLVMToAffineAccessPass : Pass<"llvm-to-affine-access"> {
];
}

def SimplifyAffineExprsPass : Pass<"simplify-affine-exprs"> {
let summary = "";
let dependentDialects = [
];
}

def LLVMToMemrefAccessPass : Pass<"llvm-to-memref-access"> {
let summary = "";
let dependentDialects = [
Expand Down
Loading

0 comments on commit dcf4a64

Please sign in to comment.