[all-commits] [llvm/llvm-project] 6762d5: Add RemovePureUndefs to opt

Stephen Tozer via All-commits all-commits at lists.llvm.org
Wed Jan 15 04:18:28 PST 2020


  Branch: refs/heads/gbtozers/opensource-master/bz39339-performance
  Home:   https://github.com/llvm/llvm-project
  Commit: 6762d53b66d9de18825f09f43c3d6c2b3ea95913
      https://github.com/llvm/llvm-project/commit/6762d53b66d9de18825f09f43c3d6c2b3ea95913
  Author: gbtozers <stephen.tozer at sony.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
    M llvm/lib/Transforms/Scalar/DCE.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp

  Log Message:
  -----------
  Add RemovePureUndefs to opt


  Commit: 80f81325b8e8f0bed81a28dffb8eba526002f2b3
      https://github.com/llvm/llvm-project/commit/80f81325b8e8f0bed81a28dffb8eba526002f2b3
  Author: gbtozers <stephen.tozer at sony.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/DCE.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp

  Log Message:
  -----------
  Format and use Small* data structures where appropriate


Compare: https://github.com/llvm/llvm-project/compare/6762d53b66d9%5E...80f81325b8e8


More information about the All-commits mailing list