forked from OSchip/llvm-project
47f175b09b
These passes generally don't rely on any special aspects of FuncOp, and moving allows for these passes to be used in many more situations. The passes that obviously weren't relying on invariants guaranteed by a "function" were updated to be generic pass, the rest were updated to be FunctionOpinterface InterfacePasses. The test updates are NFC switching from implicit nesting (-pass -pass2) form to the -pass-pipeline form (generic passes do not implicitly nest as op-specific passes do). Differential Revision: https://reviews.llvm.org/D121190 |
||
---|---|---|
.. | ||
async.mlir | ||
commandline.mlir | ||
nearmiss.mlir | ||
outputfile.mlir |