[all-commits] [llvm/llvm-project] 5831e8: Revert "[NFC] SimplifyCFGOptions: drop multi-param...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Thu Jul 16 01:51:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5831e86190966d58385678eb74b26aefacbfd101
      https://github.com/llvm/llvm-project/commit/5831e86190966d58385678eb74b26aefacbfd101
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/SimplifyCFGOptions.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp

  Log Message:
  -----------
  Revert "[NFC] SimplifyCFGOptions: drop multi-parameter ctor, use default member-init"

This reverts commit 90c1b0442a031d6cad686fdc4e5d3db03c3603a6.
This is based on another commit which also needs to be reverted.
The other commit introduced a Dependency Cycle between Transforms/Scalar
and TransformUtils. Scalar already depends (in many ways) on
TransformUtils, so making TransformUtils depend on Scalar should be
avoided.




More information about the All-commits mailing list