[llvm-dev] what is the substitution of callsite class? (original) (raw)
David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 27 10:10:41 PDT 2020
- Previous message: [llvm-dev] what is the substitution of callsite class?
- Next message: [llvm-dev] Porting use of target-specific node types in SelectionISel to GlobalISel?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yeah - now both CallInst and InvokeInst derive from CallBase - so you can just use CallBase, rather than having to wrap the inst in a CallSite.
On Mon, Jul 27, 2020 at 9:29 AM zhou via llvm-dev <llvm-dev at lists.llvm.org> wrote:
hello developers: Recently I got a LLVM PASS project which used callsite class, now I want to make it fit the newest LLVM, however I find callsite was removed in LLVM 11. Is there any substitution of callsite class? yours, zhou.
LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
- Previous message: [llvm-dev] what is the substitution of callsite class?
- Next message: [llvm-dev] Porting use of target-specific node types in SelectionISel to GlobalISel?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]