[PATCH] D89814: [TableGen] Change !getop and !setop to !getdagop and !setdagop
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 11:30:08 PDT 2020
Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, nhaehnle, rengolin, asl.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, dmgreen, hiraditya, kristof.beyls.
Herald added projects: clang, LLVM.
Paul-C-Anagnostopoulos requested review of this revision.
In order to make the bang operators related to DAGs consistent, I'm adding 'dag' to the names that don't already include it. This will help with overall consistency when the new DAG operators are added over the next few weeks.
I updated the test, along with uses of the two operators in clang/Basic/arm_mve.td and Target/ARM/ARMInstrMVE.td
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89814
Files:
clang/include/clang/Basic/arm_mve.td
llvm/docs/TableGen/ProgRef.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/lib/TableGen/TGLexer.cpp
llvm/lib/TableGen/TGLexer.h
llvm/lib/TableGen/TGParser.cpp
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/TableGen/getsetop.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89814.299428.patch
Type: text/x-patch
Size: 16323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/7773140e/attachment-0001.bin>
More information about the llvm-commits
mailing list