[PATCH] D27829: Add ARM support to update_llc_test_checks.py

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 15:40:13 PST 2016


chandlerc accepted this revision.
chandlerc added a comment.
This revision is now accepted and ready to land.

sweet!



================
Comment at: test/CodeGen/ARM/vzip.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
----------------
Is it worth commenting? We haven't in x86 land... For example, they are structured so that it is OK if some contributors just directly edit the test cases for expedience and we can re-synchronize with script output when useful.


Repository:
  rL LLVM

https://reviews.llvm.org/D27829





More information about the llvm-commits mailing list