[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 11 09:28:49 PDT 2023
zequanwu updated this revision to Diff 512492.
zequanwu marked an inline comment as done.
zequanwu added a comment.
Address comment.
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.512492.patch
Type: text/x-patch
Size: 7569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230411/7b9696a4/attachment.bin>
More information about the llvm-commits
mailing list