[PATCH] D79037: [StructurizeCFG] Fix region nodes ordering

Ehud Katz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 14:02:36 PDT 2020


ekatz created this revision.
ekatz added reviewers: tstellar, chandlerc, sameerds, nhaehnle, jlebar, tpr, sheredom, cfang.
ekatz added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya.

This is a reimplementation of the `orderNodes` function, as the old implementation didn't take into account all cases.

Fix PR41703


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79037

Files:
  llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
  llvm/test/Transforms/StructurizeCFG/pr41703.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79037.260753.patch
Type: text/x-patch
Size: 14515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/c18f8acb/attachment.bin>


More information about the llvm-commits mailing list