[PATCH] D83170: [VE] Support symbol with offset in assembly

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 23:25:45 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.

Change MCExpr to support Aurora VE's modifiers.  Change asmparser to use
existing MCExpr parser (parseExpression) to parse an expression contining
symbols with modifiers and offsets.  Also add several regression tests
of MC layer.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83170

Files:
  llvm/include/llvm/MC/MCExpr.h
  llvm/lib/MC/MCExpr.cpp
  llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
  llvm/test/MC/VE/sym-br.s
  llvm/test/MC/VE/symbols.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83170.275539.patch
Type: text/x-patch
Size: 13288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200705/aa10333e/attachment.bin>


More information about the llvm-commits mailing list