This revision removes the multi use-list to ensure that each result gets its own. This decision was made by doing some extensive benchmarking of programs that actually use multiple results. This results in a size increase of 1-word per result >1, but the common case of 1-result remains unaffected. A side benefit is that 0-result operations now shrink by 1-word.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
My pass execution goes from 123.4811 seconds to 0.4536 seconds... This is just amazing :)
mlir/lib/IR/OperationSupport.cpp | ||
---|---|---|
141 | "Otherwise" seems misplaced here |
"Otherwise" seems misplaced here