[PATCH] D78313: [mlir][Pass][NFC] Merge OpToOpPassAdaptor and OpToOpPassAdaptorParallel
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 11:41:31 PDT 2020
rriddle created this revision.
rriddle added a reviewer: mehdi_amini.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar.
Herald added a project: LLVM.
rriddle added a child revision: D78314: [mlir][Pass] Add support for generating minimal crash reproducers.
This moves the threading check to runOnOperation. This produces a much cleaner interface for the adaptor pass, and will allow for the ability to enable/disable threading in a much cleaner way in the future.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78313
Files:
mlir/lib/Pass/IRPrinting.cpp
mlir/lib/Pass/Pass.cpp
mlir/lib/Pass/PassDetail.h
mlir/lib/Pass/PassStatistics.cpp
mlir/lib/Pass/PassTiming.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78313.258103.patch
Type: text/x-patch
Size: 14475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200416/7f99572c/attachment-0001.bin>
More information about the llvm-commits
mailing list