[PATCH] D51650: Implement target_clones multiversioning

Daniel Kiss via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 10 09:21:15 PST 2021


danielkiss added a comment.

Thanks for the rebase!

Looks got to me,

`-march` may make the default same as one of the clone, in this case maybe we don't need to create two versions of the function. This could be solved later IMHO.



================
Comment at: clang/lib/Sema/SemaDecl.cpp:10662
+      return false;
+      break;
+    }
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51650/new/

https://reviews.llvm.org/D51650



More information about the cfe-commits mailing list