================
@@ -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"
----------------
AlexisPerry wrote:

>From what I can see, L1685 of ModuleImport.cpp has tune-cpu listed among the 
>ExplicitAttributes.  Is this sufficient?  Or is further checking needed?  
>Thank you so much.

https://github.com/llvm/llvm-project/pull/95043
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to