[PATCH] D146749: [CodeGen] Fix nomerge attribute not working in tail calls.

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 11:25:27 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3977b77a6bb7: [CodeGen] Fix nomerge attribute not working in tail calls. (authored by zequanwu).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146749/new/

https://reviews.llvm.org/D146749

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/AArch64/nomerge.ll
  llvm/test/CodeGen/ARM/nomerge.ll
  llvm/test/CodeGen/LoongArch/nomerge.ll
  llvm/test/CodeGen/RISCV/nomerge.ll
  llvm/test/CodeGen/SystemZ/nomerge.ll
  llvm/test/CodeGen/X86/nomerge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146749.521051.patch
Type: text/x-patch
Size: 7569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230510/2d5f1404/attachment.bin>


More information about the llvm-commits mailing list