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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 15:24:58 PST 2016


efriedma created this revision.
efriedma added reviewers: chandlerc, RKSimon, t.p.northover.
efriedma added a subscriber: llvm-commits.
efriedma set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

Just the minimal support to get it working at the moment.

I don't think auto-sensing the target based on assembly output is really a good idea, but I'm not sure what the right approach is.

Includes checks for test/CodeGen/ARM/vzip.ll as an example.


Repository:
  rL LLVM

https://reviews.llvm.org/D27829

Files:
  test/CodeGen/ARM/vzip.ll
  utils/update_llc_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27829.81675.patch
Type: text/x-patch
Size: 9542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/a27b0595/attachment.bin>


More information about the llvm-commits mailing list