[PATCH] D12638: Improve ISel using across lane min/max reduction

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 12:21:13 PDT 2015


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





More information about the llvm-commits mailing list