Skip to content

Xdsl opt

xdsl_opt

main()

Source code in xdsl/tools/xdsl_opt.py
 6
 7
 8
 9
10
def main():
    # Python ignores DeprecationWarnings and some others by default:
    # https://docs.python.org/3/library/warnings.html#default-warning-filter
    warnings.filterwarnings("default", category=DeprecationWarning)
    xDSLOptMain().run()