diff options
author | Thomas Peters <thomas.d.peters@gmail.com> | 2024-11-14 18:23:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 00:23:45 +0100 |
commit | aa81c28cd54ec6be370a3a04c8546e9b65a1e6a0 (patch) | |
tree | 23f70a003993d446be780b4317eea13005aeb2f4 /llvm/lib/CodeGen/MachineModuleSlotTracker.cpp | |
parent | abff8fe2a940212b1c43af2d86a68fc92849f019 (diff) | |
download | llvm-aa81c28cd54ec6be370a3a04c8546e9b65a1e6a0.zip llvm-aa81c28cd54ec6be370a3a04c8546e9b65a1e6a0.tar.gz llvm-aa81c28cd54ec6be370a3a04c8546e9b65a1e6a0.tar.bz2 |
[MLIR][mlir-opt] Add option to turn off verifier on parsing (#116287)
Sometimes, a developer may not wish to wait for the verifier
(imagine they did not follow the verifier guidelines and chased use-def
chains), or may wish to disable it.
Add a command-line option,
`--mlir-very-unsafe-disable-verifier-on-parsing`, which turns off the
verifier on parsing.
------
This implements the discussion from
https://discourse.llvm.org/t/optionally-turn-off-verifier-during-parsing/82805
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleSlotTracker.cpp')
0 files changed, 0 insertions, 0 deletions