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