[PATCH] D137393: [LoongArch] Moved expansion of PseudoCALL to LoongArchPreRAExpandPseudo pass

wanglei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 00:16:20 PDT 2022


wangleiat created this revision.
wangleiat added reviewers: SixWeining, xen0n, xry111, gonglingqin, MaskRay.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
wangleiat requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch moves the expansion of the `PseudoCALL` insturction to
`LoongArchPreRAExpandPseudo` pass. This helps to expand into different
instruction sequences according to different CodeModels.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137393

Files:
  llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
  llvm/test/CodeGen/LoongArch/expand-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137393.473138.patch
Type: text/x-patch
Size: 5328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/33248ef9/attachment.bin>


More information about the llvm-commits mailing list