[all-commits] [llvm/llvm-project] 897d8e: [StructurizeCFG] Fix region nodes ordering

Ehud Katz via All-commits all-commits at lists.llvm.org
Wed May 13 05:34:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 897d8ee5cd693e17f95a7e84194bca4c089a520b
      https://github.com/llvm/llvm-project/commit/897d8ee5cd693e17f95a7e84194bca4c089a520b
  Author: Ehud Katz <ehudkatz at gmail.com>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
    A llvm/test/Transforms/StructurizeCFG/interleaved-loop-order.ll

  Log Message:
  -----------
  [StructurizeCFG] Fix region nodes ordering

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

Fix PR41509

Differential Revision: https://reviews.llvm.org/D79037




More information about the All-commits mailing list