[all-commits] [llvm/llvm-project] 80ba72: [llvm-reduce] Reduce some GlobalObject properties

aeubanks via All-commits all-commits at lists.llvm.org
Tue Nov 2 08:48:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80ba72b07bafa0e123259e780eb24411a8300d68
      https://github.com/llvm/llvm-project/commit/80ba72b07bafa0e123259e780eb24411a8300d68
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-global-align.ll
    A llvm/test/tools/llvm-reduce/remove-section.ll
    M llvm/tools/llvm-reduce/CMakeLists.txt
    M llvm/tools/llvm-reduce/DeltaManager.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h
    M llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn

  Log Message:
  -----------
  [llvm-reduce] Reduce some GlobalObject properties

Specifically, the section and the alignment.

Reviewed By: hans

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


  Commit: f54a8759f004297061df9c66db352ae999cf10d0
      https://github.com/llvm/llvm-project/commit/f54a8759f004297061df9c66db352ae999cf10d0
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-dll.ll
    A llvm/test/tools/llvm-reduce/remove-thread-local.ll
    A llvm/test/tools/llvm-reduce/remove-unnamed-addr.ll
    A llvm/test/tools/llvm-reduce/remove-visibility.ll
    M llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp

  Log Message:
  -----------
  [llvm-reduce] Reduce more GlobalValue properties

Reviewed By: hans

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


Compare: https://github.com/llvm/llvm-project/compare/606b5fffe3e1...f54a8759f004


More information about the All-commits mailing list