[PATCH] D82826: [X86] support .nops directive

Jian Cai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 14:55:24 PDT 2020


jcai19 updated this revision to Diff 276226.
jcai19 added a comment.

Address some of @reames's concerns, and rename variables to avoid confusion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82826

Files:
  llvm/include/llvm/MC/MCAsmBackend.h
  llvm/include/llvm/MC/MCFragment.h
  llvm/include/llvm/MC/MCObjectStreamer.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/MC/MCAssembler.cpp
  llvm/lib/MC/MCFragment.cpp
  llvm/lib/MC/MCObjectStreamer.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/test/MC/X86/x86-directive-nops-errors.s
  llvm/test/MC/X86/x86-directive-nops.s
  llvm/test/MC/X86/x86_64-directive-nops.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82826.276226.patch
Type: text/x-patch
Size: 13933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/5f40c9e5/attachment.bin>


More information about the llvm-commits mailing list