[llvm-dev] Selection DAG chain question (original) (raw)

Matt Arsenault via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 16 11:21:47 PDT 2020


On Jul 16, 2020, at 14:10, Hendrik Greving via llvm-dev <llvm-dev at lists.llvm.org> wrote:

I scanned other architectures, haven't found an example where somebody creates a chain out of thin air. Do you know any?

This is the case for all operations expanded as library calls. The call sequence involves a chain. One of the AMDGPU fdiv expansions also introduces a side effecting mode switch with a chain

-Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200716/3d2f8908/attachment.html>



More information about the llvm-dev mailing list