[PATCH] D121600: [Codegen] Allow meta instruction to be target dependent

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 07:35:23 PDT 2022


skan updated this revision to Diff 415090.
skan marked an inline comment as done.
skan added a comment.

Fix typo in comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121600/new/

https://reviews.llvm.org/D121600

Files:
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/include/llvm/MC/MCInstrDesc.h
  llvm/include/llvm/Target/Target.td
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/XCore/XCoreInstrInfo.td
  llvm/unittests/CodeGen/LexicalScopesTest.cpp
  llvm/unittests/MIR/MachineMetadata.cpp
  llvm/utils/TableGen/CodeGenInstruction.cpp
  llvm/utils/TableGen/CodeGenInstruction.h
  llvm/utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121600.415090.patch
Type: text/x-patch
Size: 10019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220314/bd692a60/attachment.bin>


More information about the llvm-commits mailing list