[PATCH] D159209: [CodeGen] Fix incorrect insertion point selection for reduction nodes in ComplexDeinterleavingPass

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 10:29:40 PDT 2023


danilaml accepted this revision.
danilaml added a comment.
This revision is now accepted and ready to land.

Not exactly familiar with this part of code, but the fix makes sense to me.
Perhaps we could add a check that OrderedRoots is topologically sorted under EXPENSIVE_CHECKS.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159209



More information about the llvm-commits mailing list