[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 06:38:50 PDT 2022


foad added a comment.

> 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.


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