[PATCH] D129765: [DAG] SimplifyDemandedBits - don't early-out for multiple use values (WIP)

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 09:02:07 PDT 2022


foad added a comment.

In D129765#3651862 <https://reviews.llvm.org/D129765#3651862>, @foad wrote:

>> I currently have an assertion in mve-sext-masked-load.ll when '-early-live-intervals' is set - @foad added this to the test last year - can you remember why?
>
> I did that as a regression test for a fix to how TwoAddressInstruction updates LiveIntervals, in the hope that one day we can enable -early-live-intervals by default. I will take a look at the failure.

D110182 <https://reviews.llvm.org/D110182> fixes the assertion failure.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129765/new/

https://reviews.llvm.org/D129765



More information about the llvm-commits mailing list