[PATCH] D37461: [X86][AsmParser] re-introduce 'offset' operator

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 1 07:45:23 PDT 2017


coby updated this revision to Diff 117285.
coby added a comment.

Minimal source changes - introduce 'new' enum calues definitions as adapted on dependent change (https://reviews.llvm.org/D37412)
Added few more assembly level testing, as requested by @rnk 
Minimized 'offset_operator.ll' test-case, and auto-updated it checks


Repository:
  rL LLVM

https://reviews.llvm.org/D37461

Files:
  include/llvm/MC/MCParser/MCTargetAsmParser.h
  lib/MC/MCParser/AsmParser.cpp
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  test/CodeGen/X86/offset-operator.ll
  test/MC/X86/pr32530.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37461.117285.patch
Type: text/x-patch
Size: 19377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171001/9bd69c28/attachment.bin>


More information about the llvm-commits mailing list