[PATCH] D90937: [TableGen] Indentation and whitespace fixes in generated code. NFC.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 06:27:12 PST 2020


foad created this revision.
foad added a reviewer: Paul-C-Anagnostopoulos.
Herald added subscribers: llvm-commits, frasercrmck, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added a project: LLVM.
foad requested review of this revision.
Herald added a subscriber: MaskRay.

Some of these were found by running clang-format over the generated
code, although that complains about far more issues than I have fixed
here.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90937

Files:
  llvm/test/TableGen/GlobalISelEmitter.td
  llvm/utils/TableGen/AsmMatcherEmitter.cpp
  llvm/utils/TableGen/AsmWriterEmitter.cpp
  llvm/utils/TableGen/CallingConvEmitter.cpp
  llvm/utils/TableGen/CodeEmitterGen.cpp
  llvm/utils/TableGen/CodeGenMapTable.cpp
  llvm/utils/TableGen/CodeGenRegisters.cpp
  llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
  llvm/utils/TableGen/DAGISelMatcherGen.cpp
  llvm/utils/TableGen/DFAPacketizerEmitter.cpp
  llvm/utils/TableGen/ExegesisEmitter.cpp
  llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
  llvm/utils/TableGen/GICombinerEmitter.cpp
  llvm/utils/TableGen/GlobalISelEmitter.cpp
  llvm/utils/TableGen/InstrInfoEmitter.cpp
  llvm/utils/TableGen/PseudoLoweringEmitter.cpp
  llvm/utils/TableGen/RISCVCompressInstEmitter.cpp
  llvm/utils/TableGen/RegisterBankEmitter.cpp
  llvm/utils/TableGen/RegisterInfoEmitter.cpp
  llvm/utils/TableGen/SearchableTableEmitter.cpp
  llvm/utils/TableGen/SubtargetEmitter.cpp
  llvm/utils/TableGen/SubtargetFeatureInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90937.303431.patch
Type: text/x-patch
Size: 37752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/89158a2d/attachment.bin>


More information about the llvm-commits mailing list