[PATCH] [LLVM] Please could you review my patches to add Cortex-A72 support to LLVM.
Renato Golin
renato.golin at linaro.org
Wed Feb 4 05:14:34 PST 2015
LGTM, thanks! Please commit this one before the Clang patch.
cheers,
--renato
================
Comment at: lib/Target/AArch64/AArch64.td:94
@@ -93,1 +93,3 @@
def : ProcessorModel<"cortex-a57", CortexA57Model, [ProcA57]>;
+// FIXME: Cortex-A72 is currently modelled as an Cortex-A57.
+def : ProcessorModel<"cortex-a72", CortexA57Model, [ProcA57]>;
----------------
I think this is ok until we know more about the core.
http://reviews.llvm.org/D7403
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list