mcrosier added inline comments. ================ Comment at: test/CodeGen/AArch64/aarch64-minmaxv.ll:1 @@ +1,2 @@ +; RUN: llc -march=aarch64 < %s | FileCheck %s + ---------------- Please add -aarch64-neon-syntax=generic, so this doesn't fail on Darwin. http://reviews.llvm.org/D12638