================
@@ -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:

Can you add a check that ensures that this is not also placed in the 
passthrough dictionary? I don't see any part in the code that would avoid this. 
Adding it to the `ExplicitAttributes` set in `ModuleImport.cpp` should be 
enough.

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