[PATCH] D36793: [X86AsmParser] Refactoring, (almost) NFC.
coby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 07:10:37 PDT 2017
coby created this revision.
Some refactoring to X86AsmParser, mostly regarding the way rewrites are conducted.
Mainly, we try to concentrate all the rewrite effort under one hood, so it'll hopefully be less of a mess and easier to maintain and understand.
naturally, some frontend tests were affected:
Repository:
rL LLVM
https://reviews.llvm.org/D36793
Files:
include/llvm/MC/MCParser/MCTargetAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/intel-syntax-3.s
test/MC/X86/intel-syntax-error.s
test/MC/X86/intel-syntax.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36793.111338.patch
Type: text/x-patch
Size: 46224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170816/ada2066a/attachment.bin>
More information about the llvm-commits
mailing list