================ @@ -0,0 +1,9 @@ +; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s + +; CHECK-LABEL: llvm.func @prefer_vector_width() +; CHECK: prefer_vector_width = "128" ---------------- tarunprabhu wrote:
Should this be `CHECK-SAME`? I assume that you intend to match `prefer_vector_width` which appears in the attributes of `llvm.func`. The attributes appear on the same line, don't they? https://github.com/llvm/llvm-project/pull/141380 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
