[llvm-dev] Missing TerminatorInst in the trunk no. 350084 (original) (raw)
Alberto Barbaro via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 2 09:31:26 PST 2019
- Previous message: [llvm-dev] Missing TerminatorInst in the trunk no. 350084
- Next message: [llvm-dev] Cache aware and Cache oblivious algorithms in LLVM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Maybe you could use Instruction and cast it to the class you want using dyn_cast? I don't know if it is the best approach anyway.
HTH
On Wed, Jan 2, 2019, 16:34 Krzysztof Parzyszek via llvm-dev < llvm-dev at lists.llvm.org wrote:
On 1/2/2019 1:48 AM, 이광무 via llvm-dev wrote: > Was TerminatorInst actually removed and deprecated?
Yes, it has been removed. See http://lists.llvm.org/pipermail/llvm-dev/2018-May/123407.html -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
LLVM Developers mailing list llvm-dev at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190102/3e55d562/attachment.html>
- Previous message: [llvm-dev] Missing TerminatorInst in the trunk no. 350084
- Next message: [llvm-dev] Cache aware and Cache oblivious algorithms in LLVM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]