[llvm] [mlir] [CI] Add check-mlir-python to MLIR pre-merge checks (PR #72847)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 15:57:40 PST 2023


================
@@ -188,6 +188,11 @@ function check-targets() {
     libclc)
       echo "check-all"
     ;;
+    mlir)
+      for t in check-mlir check-mlir-python; do
+        echo $t
----------------
joker-eph wrote:

Thanks :)

https://github.com/llvm/llvm-project/pull/72847


More information about the llvm-commits mailing list