[PATCH] D30521: Introduce llc/ExecuteTestCommands pass

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 17:32:23 PST 2017


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

- Use bb()/insn() functions more consistenly to make the intention of the commands more clear.
- Use C++ template magic to make adding new functions to the language easy.
- Add some documentation.
- Various fixes/improvements to the parser.


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/llc.cpp
  unittests/MI/LiveIntervalTest.cpp

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


More information about the llvm-commits mailing list