[PATCH] D13233: Combining invariant.group metadata bugfix
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 10:41:06 PDT 2015
If the GVN example is reasonable small, that would be fine. In general,
even complex scenarios can be reduced if care is taken to eliminate all
the redundant pieces.
This code is also exercised by simplify-cfg and instcombine. You might
have an easier time constructing a small case from one of those.
Philip
On 09/29/2015 10:33 AM, Piotr Padlewski wrote:
> Prazek added a comment.
>
> I could use the same IR that I got the bug on, but it will highly depend on how GVN is combining the instructions. Unfortunatelly I don't know any better approach.
>
>
> http://reviews.llvm.org/D13233
>
>
>
More information about the llvm-commits
mailing list