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

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 11:43:31 PDT 2023


zequanwu updated this revision to Diff 510870.
zequanwu marked 4 inline comments as done.
zequanwu added a comment.

Rebase.


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.510870.patch
Type: text/x-patch
Size: 7668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230404/5d7be2ed/attachment.bin>


More information about the llvm-commits mailing list