[clang] [FMV][AIX] Implement target_clones (cpu-only) (PR #177428)
Alexandros Lamprineas via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 16 05:26:50 PDT 2026
================
@@ -0,0 +1,142 @@
+// RUN: %clang_cc1 -triple powerpc-ibm-aix-xcoff -target-cpu pwr7 -emit-llvm %s -o - | FileCheck %s
----------------
labrinea wrote:
Anything with "aarch64" on the filename seems like technical debt and should be migrated to the corresponding folder in my opinion. Same for other targets. See #91783. When adding a new test file it's best to put it at the right place.
https://github.com/llvm/llvm-project/pull/177428
More information about the cfe-commits
mailing list