[all-commits] [llvm/llvm-project] d56cd4: [TableGen] Add !interleave operator to concatenate...
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Wed Nov 4 06:25:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d56cd4291e40c91fd04a36681ea053b794dc5e7b
https://github.com/llvm/llvm-project/commit/d56cd4291e40c91fd04a36681ea053b794dc5e7b
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/TableGen/index.rst
M llvm/include/llvm/TableGen/Record.h
M llvm/lib/TableGen/Record.cpp
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
M llvm/lib/TableGen/TGParser.cpp
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
A llvm/test/TableGen/interleave.td
M mlir/include/mlir/IR/OpBase.td
Log Message:
-----------
[TableGen] Add !interleave operator to concatenate a list of values with delimiters
Add a test. Use it in some TableGen files.
Differential Revision: https://reviews.llvm.org/D90469
More information about the All-commits
mailing list