Commit Graph

2 Commits

Author SHA1 Message Date
Jacques Pienaar 7f1c3399e4
Update to new builder format. (#8785)
Basically did

set(CMAKE_CXX_CLANG_TIDY local/clang-tidy -checks=-*,llvm-use-new-mlir-op-builder -fix)

and then fixed cases where temporary OpBuilders were used (as passed in
by reference now).
2025-07-26 04:55:06 -07:00
Bea Healy cb61e8fd9f
[Arc] Add SplitFuncsPass (#7027)
Adds a pass to split up large functions in Arcilator.

---------

Co-authored-by: Martin Erhart <maerhart@outlook.com>
2024-05-15 18:03:38 +01:00