[PATCH] D80028: [AArch64] Add support of labels substraction to mov

Jian Cai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 13:03:50 PDT 2020


jcai19 created this revision.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
jcai19 planned changes to this revision.

This patch adds support of the following example in PR#45781.

0:
.skip 2
1:
mov x0, 1b - 0b


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80028

Files:
  llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80028.264318.patch
Type: text/x-patch
Size: 5045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/04fd5655/attachment.bin>


More information about the llvm-commits mailing list