This reverts commit a813e9be5bc91203508bde239c1a15c5b8f8c0cc.
Results in an ASAN failure due to bypassing rewriter.
Paths
| Differential D97518
Revert [MLIR][TOSA] Added Tosa to Standard/SCF Lowerings (const, if, while) ClosedPublic Authored by rsuderman on Feb 25 2021, 6:05 PM.
Details Summary This reverts commit a813e9be5bc91203508bde239c1a15c5b8f8c0cc. Results in an ASAN failure due to bypassing rewriter.
Diff Detail
Event TimelineHerald added subscribers: cota, teijeong, rdzhabarov and 16 others. · View Herald TranscriptFeb 25 2021, 6:05 PM This revision is now accepted and ready to land.Feb 25 2021, 6:06 PM This revision was landed with ongoing or failed builds.Feb 25 2021, 6:07 PM Closed by commit rGc47aa3c8dec4: Revert [MLIR][TOSA] Added Tosa to Standard/SCF Lowerings (const, if, while) (authored by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 326571 mlir/include/mlir/Conversion/Passes.h
mlir/include/mlir/Conversion/Passes.td
mlir/include/mlir/Conversion/TosaToSCF/TosaToSCF.h
mlir/include/mlir/Conversion/TosaToStandard/TosaToStandard.h
mlir/lib/Conversion/CMakeLists.txt
mlir/lib/Conversion/PassDetail.h
mlir/lib/Conversion/TosaToSCF/CMakeLists.txt
mlir/lib/Conversion/TosaToSCF/TosaToSCF.cpp
mlir/lib/Conversion/TosaToSCF/TosaToSCFPass.cpp
mlir/lib/Conversion/TosaToStandard/CMakeLists.txt
mlir/lib/Conversion/TosaToStandard/TosaToStandard.cpp
mlir/lib/Conversion/TosaToStandard/TosaToStandardPass.cpp
mlir/test/Conversion/TosaToSCF/tosa-to-scf.mlir
mlir/test/Conversion/TosaToStandard/tosa-to-standard.mlir
|