circt/lib/Transforms
Will Dietz 39efe50847
StripDebugInfoWithPred: Fix parallelization perf issue. (#6851)
Handle operations with no regions sequentially, parallelize
walking the rest.  Avoid cost of parallelForEach being more
than processing the op directly.
2024-03-20 08:14:08 -05:00
..
CMakeLists.txt [Transforms] Move generally applicable passes to transforms (#6087) 2023-09-08 16:03:22 +02:00
FlattenMemRefs.cpp [FlattenMemRefs] Remove redundant cond br pattern 2022-10-26 20:38:24 +02:00
InsertMergeBlocks.cpp LLVM bump (#6782) 2024-03-04 13:10:37 -08:00
MapArithToComb.cpp [NFCI] Don't clone arith dialect attrs into comb. Comb doesn't know about these. 2024-01-18 12:01:17 -06:00
MaximizeSSA.cpp bump llvm submodule to tip of main (103fa3250c46) (#6589) 2024-01-19 09:45:35 -06:00
PassDetail.h [MapArith] Introduce `--map-arith-to-comb` pass (#5297) 2023-06-06 13:19:38 +02:00
StripDebugInfoWithPred.cpp StripDebugInfoWithPred: Fix parallelization perf issue. (#6851) 2024-03-20 08:14:08 -05:00