https://bugs.llvm.org/show_bug.cgi?id=46873
Matt Arsenault <matthew.arsena...@amd.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |---
--- Comment #3 from Matt Arsenault <matthew.arsena...@amd.com> ---
(In reply to Quentin Colombet from comment #2)
> (In reply to Matt Arsenault from comment #1)
> > I'm guessing this is because the pass manager is aggressively discarding the
> > analyses after it's not required
>
> Correct!
This is still a bug. The verifier still should use any analyses that are
preserved by the pass, and the ordinary discard logic should not apply. The
intent of -run-pass is to catch bugs in individual MIR passes, and this harms
that functionality.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs