================
@@ -32,7 +32,21 @@ int __attribute__((target("arch=clearwaterforest")))
foo(void) {return 26;}
int __attribute__((target("arch=diamondrapids"))) foo(void) {return 27;}
int __attribute__((target("arch=wildcatlake"))) foo(void) {return 28;}
int __attribute__((target("arch=novalake"))) foo(void) {return 29;}
-int __attribute__((target("apxf"))) foo(void) {return 30;}
+int __attribute__((target("arch=corei7"))) foo(void) {return 30;}
----------------
mikolaj-pirog wrote:
I've added the missing check in a bit anachronistic way; I can interleave them
if need be
https://github.com/llvm/llvm-project/pull/218697
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits