[llvm-dev] Accessing SSA chains in LLVM
Akshay Gupta via llvm-dev
llvm-dev at lists.llvm.org
Wed Jan 2 21:20:03 PST 2019
As the mem2reg pass doesn't convert LLVM-IR to complete SSA. Different
basic blocks may have same variable name on assignment. How can we access
the SSA chains in LLV??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190103/e8ebb6bc/attachment.html>
More information about the llvm-dev
mailing list