[Mlir-commits] [mlir] [mlir] Add `mlir_arm_runner_utils` library for use in integration tests (PR #78583)
    Cullen Rhodes 
    llvmlistbot at llvm.org
       
    Thu Jan 18 10:39:08 PST 2024
    
    
  
================
@@ -0,0 +1,76 @@
+// DEFINE: %{entry_point} = main
+// DEFINE: %{compile} = mlir-opt %s -convert-arm-sme-to-llvm \
+// DEFINE:   -cse -canonicalize -test-lower-to-llvm
----------------
c-rhodes wrote:
`-cse` and `-canonicalize` aren't necessary here?
```suggestion
// DEFINE:   -test-lower-to-llvm
```
https://github.com/llvm/llvm-project/pull/78583
    
    
More information about the Mlir-commits
mailing list