[PATCH] D30364: AArch64 : Add PreferCSEL feature for Exynos-M3.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 17:27:30 PST 2017


MatzeB added inline comments.


================
Comment at: lib/Target/AArch64/AArch64Subtarget.cpp:72-74
+  case ExynosM3:
+    PreferCSEL = true;
+    break;
----------------
This is unnecessary, the target feature will already set it.


https://reviews.llvm.org/D30364





More information about the llvm-commits mailing list