[all-commits] [llvm/llvm-project] 91d2e5: [TableGen] Add the !filter bang operator.
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Mon Nov 9 07:57:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 91d2e5c81aeb78922941ef5ea4926567eed4e8f7
https://github.com/llvm/llvm-project/commit/91d2e5c81aeb78922941ef5ea4926567eed4e8f7
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/docs/TableGen/ProgRef.rst
M llvm/include/llvm/IR/IntrinsicsNVVM.td
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/TableGen/TGParser.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
A llvm/test/TableGen/filter.td
Log Message:
-----------
[TableGen] Add the !filter bang operator.
Add a test. Update the Programmer's Reference.
Use it in some TableGen files.
Differential Revision: https://reviews.llvm.org/D91008
More information about the All-commits
mailing list