AArthur EubanksReland [mlir] Remove uses of LLVM's legacy pass manager
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][ExecutionEngine] Fix native dependencies for AsmParser and Printer This is a post-commit fix for https://reviews.llvm.org/D114338 which was landed as https://reviews.llvm.org/rG050cc1cd6e6882eadba6e5ea7b588ca0b8aa1b12 Differential Revision: https://reviews.llvm.org/D115666 | 4 年前 | |
Reland [mlir] Remove uses of LLVM's legacy pass manager Use the new pass manager. This also removes the ability to run arbitrary sets of passes. Not sure if this functionality is used, but it doesn't seem to be tested. No need to initialize passes outside of constructing the PassBuilder with the new pass manager. Reland: Fixed custom calls to -lower-matrix-intrinsics in integration tests by replacing them with -O0 -enable-matrix. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D123425 | 4 年前 |