[PATCH] D34641: Fix the bug when handling shufflevector for aarch64.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 14:40:06 PDT 2017


chandlerc added inline comments.


================
Comment at: test/CodeGen/AArch64/pr33600.ll:1
+; RUN: llc < %s
+
----------------
Please actually run the output through FileCheck. This kind of test in particular you can almost certainly generate nice checks with the `utils/update_llc_test_checks.py` script.


https://reviews.llvm.org/D34641





More information about the llvm-commits mailing list