[all-commits] [llvm/llvm-project] 592536: llvm-reduce: Reorganize some function locations

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jan 20 19:21:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 592536a9ec9318852c133b3392f2e271a08b0c68
      https://github.com/llvm/llvm-project/commit/592536a9ec9318852c133b3392f2e271a08b0c68
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp
    M llvm/tools/llvm-reduce/ReducerWorkItem.h
    M llvm/tools/llvm-reduce/TestRunner.cpp
    M llvm/tools/llvm-reduce/TestRunner.h
    M llvm/tools/llvm-reduce/deltas/Delta.cpp
    M llvm/tools/llvm-reduce/deltas/Delta.h
    M llvm/tools/llvm-reduce/llvm-reduce.cpp

  Log Message:
  -----------
  llvm-reduce: Reorganize some function locations

Move things that are naturally methods of ReducerWorkItem to
be methods of ReducerWorkItem in the same source file.


  Commit: d78b4c44ab1c75fbc94d9ce2fc2db0c959e5864d
      https://github.com/llvm/llvm-project/commit/d78b4c44ab1c75fbc94d9ce2fc2db0c959e5864d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M llvm/test/tools/llvm-reduce/file-output-type.test
    M llvm/tools/llvm-reduce/ReducerWorkItem.cpp

  Log Message:
  -----------
  llvm-reduce: Fix default handling of intermediate format

Bitcode inputs should produce bitcode intermediates by
default.


  Commit: c1fc5219cb23d1e14c0115381321f6d8d6a4fc17
      https://github.com/llvm/llvm-project/commit/c1fc5219cb23d1e14c0115381321f6d8d6a4fc17
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
    M llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp

  Log Message:
  -----------
  GlobalISel: Split main function of RegBankSelect up

This will allow for easier overriding of the pass.


Compare: https://github.com/llvm/llvm-project/compare/0c4f53fcff79...c1fc5219cb23


More information about the All-commits mailing list