diff --git a/include/circt/Dialect/SV/SVGenerate.td b/include/circt/Dialect/SV/SVGenerate.td index 18ded9534790..3870a581e57a 100644 --- a/include/circt/Dialect/SV/SVGenerate.td +++ b/include/circt/Dialect/SV/SVGenerate.td @@ -25,11 +25,6 @@ def GenerateOp : SVOp<"generate", }]; } -// A region with at most the given number of blocks. -class MaxSizedRegion : 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. diff --git a/llvm b/llvm index f2eb551801d5..78056e2f2d95 160000 --- a/llvm +++ b/llvm @@ -1 +1 @@ -Subproject commit f2eb551801d504b43be06c0c70ed377c3445bbc5 +Subproject commit 78056e2f2d9510d2ace42fe7e9eb60e5abe8a3e7