Skip to content

Commit

Permalink
Bump llvm (#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwy7 authored Feb 11, 2023
1 parent 3338609 commit 2efe829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions include/circt/Dialect/SV/SVGenerate.td
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ def GenerateOp : SVOp<"generate",
}];
}

// A region with at most the given number of blocks.
class MaxSizedRegion<int numBlocks> : Region<
CPred<"::llvm::hasNItemsOrLess($_self, " # numBlocks # ")">,
"region with at most " # numBlocks # " blocks">;

/// An array of case patterns. This is either a typed attribute of some kind,
/// an integer constant or a parameter expression for example, or a `unit` attr
/// that indicates the `default` case.
Expand Down
2 changes: 1 addition & 1 deletion llvm
Submodule llvm updated 2747 files

0 comments on commit 2efe829

Please sign in to comment.