[PATCH] D87513: Update TableGen test files

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 07:31:27 PDT 2020


Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, nhaehnle.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, hiraditya.
Herald added a project: LLVM.
Paul-C-Anagnostopoulos requested review of this revision.

This patch simply updates the TableGen test files to use the new '...' range punctuation instead of the deprecated '-' punctuation. One test (range-lists.td) continues to use '-' just to be sure it still works.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87513

Files:
  llvm/test/TableGen/BitsInit.td
  llvm/test/TableGen/DAGDefaultOps.td
  llvm/test/TableGen/ForeachLoop.td
  llvm/test/TableGen/HwModeEncodeDecode.td
  llvm/test/TableGen/JSON.td
  llvm/test/TableGen/ListSlices.td
  llvm/test/TableGen/UnsetBitInit.td
  llvm/test/TableGen/cond-let.td
  llvm/test/TableGen/dag-isel-regclass-emit-enum.td
  llvm/test/TableGen/defset.td
  llvm/test/TableGen/foreach-variable-range.td
  llvm/test/TableGen/if.td
  llvm/test/TableGen/ifstmt.td
  llvm/test/TableGen/list-element-bitref.td
  llvm/test/TableGen/range-lists.td
  llvm/test/TableGen/simplify-patfrag.td
  llvm/test/TableGen/trydecode-emission3.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87513.291212.patch
Type: text/x-patch
Size: 14288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200911/fb9cf2e5/attachment.bin>


More information about the llvm-commits mailing list