[PATCH] D30521: Introduce llc/ExecuteTestCommands pass

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 16:28:30 PDT 2017


MatzeB updated this revision to Diff 92568.
MatzeB added a comment.

New version separating the implementation of the actual commands to TestCommands.cpp so it becomes clear that it is easy to introduce new ones or split it further into multiple files for multiple areas of the backend in the future.


Repository:
  rL LLVM

https://reviews.llvm.org/D30521

Files:
  docs/MIRLangRef.rst
  include/llvm/CodeGen/MIRYamlMapping.h
  lib/CodeGen/MIRParser/MIRParser.cpp
  test/CodeGen/AMDGPU/handlemove.mir
  tools/llc/CMakeLists.txt
  tools/llc/ExecuteTestCommands.cpp
  tools/llc/ExecuteTestCommands.h
  tools/llc/TestCommands.cpp
  tools/llc/TestCommands.h
  tools/llc/llc.cpp
  unittests/MI/LiveIntervalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30521.92568.patch
Type: text/x-patch
Size: 40913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170321/d3570d3c/attachment.bin>


More information about the llvm-commits mailing list