This is very useful when you want to parse IR even if
its invalid (e.g. bytecode). It's also useful if you don't
want to pay the cost of verification in certain situations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134847
[mlir] Making verification after parsing optional ClosedPublic Authored by rriddle on Sep 28 2022, 7:00 PM.
Details Summary This is very useful when you want to parse IR even if
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 28 2022, 7:22 PM bondhugula added inline comments.
Closed by commit rG1ae60e044e40: [mlir] Making verification after parsing optional (authored by rriddle). · Explain WhySep 28 2022, 8:47 PM This revision was automatically updated to reflect the committed changes. rriddle marked an inline comment as done.
Revision Contents
Diff 463755 mlir/include/mlir/IR/AsmState.h
mlir/lib/AsmParser/Parser.cpp
mlir/lib/Bytecode/Reader/BytecodeReader.cpp
mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
mlir/unittests/Parser/CMakeLists.txt
mlir/unittests/Parser/ParserTest.cpp
|
This is a header file's header. Drop "- C++ -".