[PATCH] D77995: [CallSite removal][TargetLowering] Replace ImmutableCallSite with CallBase
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 11:18:22 PDT 2020
craig.topper updated this revision to Diff 257035.
craig.topper added a comment.
Update one PowerPC function to take a reference. I didn't touch any that should probably take CallLoweringInfo. Since if we made that change they would also use the field which is a pointer.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77995/new/
https://reviews.llvm.org/D77995
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
llvm/lib/Target/Mips/MipsISelLowering.cpp
llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
llvm/lib/Target/NVPTX/NVPTXISelLowering.h
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/Sparc/SparcISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77995.257035.patch
Type: text/x-patch
Size: 39054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/36535b48/attachment-0001.bin>
More information about the llvm-commits
mailing list