[Mlir-commits] [mlir] [mlir][utils] Add script to verify canonicalizations against Alive2 (PR #91867)
Jakub Kuderski
llvmlistbot at llvm.org
Sun May 12 12:29:04 PDT 2024
================
@@ -0,0 +1,74 @@
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+# Run canonicalization, convert IR to LLVM and convert to format suitable to
+# verification against Alive2 https://alive2.llvm.org/ce/.
----------------
kuhar wrote:
Could you also add a sample command to this top-level comment?
https://github.com/llvm/llvm-project/pull/91867
More information about the Mlir-commits
mailing list