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

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 03:43:47 PDT 2023


igor.kirillov added a comment.

@danilaml `OrderedRoots` has Instructions from the same BasicBlock, and they get there one by one during `for (auto &I : *B)` iteration. So, there is no risk of messing up there unless someone tries to add much more functionality :)


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