[llvm] [BranchFolding] Fix assertion failure in HoistCommonCodeInSuccs (PR #141028)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 04:24:58 PDT 2025
https://github.com/jmorse commented:
/me squints -- I think it's merging the load-to-r0 from bb.3 and bb.6 into bb.1, and leaving the second load-to-r0 in bb.6. It also simplifies away the self-loop into being a single-block-self-loop. This seems alright. It should be fine to land, but @OCHyams could you confirm that it produces the same output as before #140063 before landing?
https://github.com/llvm/llvm-project/pull/141028
More information about the llvm-commits
mailing list