[PATCH] D105314: [AIX] Use AsmParser to do inline asm parsing

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 13:30:32 PDT 2021


jsji created this revision.
jsji added reviewers: PowerPC, shchenz, hubert.reinterpretcast.
Herald added subscribers: hiraditya, nemanjai.
jsji requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add a flag so that target can choose to use AsmParser for parsing inline asm.
And set the flag by default for AIX.

-no-intergrated-as will override this default if specified explicitly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105314

Files:
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  llvm/lib/CodeGen/LLVMTargetMachine.cpp
  llvm/lib/MC/MCAsmInfo.cpp
  llvm/lib/MC/MCAsmInfoXCOFF.cpp
  llvm/test/CodeGen/PowerPC/inline-asm-label.ll
  llvm/test/CodeGen/PowerPC/inline-asm-physical-fpr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105314.356002.patch
Type: text/x-patch
Size: 6685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/804d490e/attachment.bin>


More information about the llvm-commits mailing list