[all-commits] [llvm/llvm-project] 098e48: [PassManager] restore early-cse to vector cleanup

RotateRight via All-commits all-commits at lists.llvm.org
Sun Jun 14 07:05:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 098e48a6a1555549eed38b9dd1bb5aa0355560ae
      https://github.com/llvm/llvm-project/commit/098e48a6a1555549eed38b9dd1bb5aa0355560ae
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-06-14 (Sun, 14 Jun 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/test/Other/opt-pipeline-vector-passes.ll

  Log Message:
  -----------
  [PassManager] restore early-cse to vector cleanup

As noted in D80236 - the early-cse pass was included here before:
D75145 / rG71a316883d50
But it got moved outside of the "extra" option there, then it
got dropped while adjusting -vector-combine:
rG6438ea45e053
rG57bb4787d72f

So this is restoring the behavior and adding a test to prevent
accidental changes again. I don't see an equivalent option for
the new pass manager.




More information about the All-commits mailing list