[PATCH] D135738: [InstCombine] Bail out of casting calls when a conversion to byval is involved.
Mike Hommey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 16:47:25 PDT 2022
glandium added a comment.
> Example for the case @efriedma mentions: https://llvm.godbolt.org/z/oPzWv9sr4
This one is interesting because apart if you had a `struct Foo { struct Foo* }`, it seems to be a problem created by opaque pointers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135738/new/
https://reviews.llvm.org/D135738
More information about the llvm-commits
mailing list