[Mlir-commits] [clang] [flang] [mlir] [flang] Add basic -mtune support (PR #95043)
Christian Ulmann
llvmlistbot at llvm.org
Fri Jun 21 01:12:53 PDT 2024
================
@@ -0,0 +1,9 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
+
+; CHECK-LABEL: llvm.func @tune_cpu()
+; CHECK-SAME: tune_cpu = "pentium4"
----------------
Dinistro wrote:
Given that we are both not entirely sure what happens, it might be sensible to check for that, just to be sure 🙂
https://github.com/llvm/llvm-project/pull/95043
More information about the Mlir-commits
mailing list