[all-commits] [llvm/llvm-project] 512534: [Cloning] Clone metadata on function declarations

aeubanks via All-commits all-commits at lists.llvm.org
Wed Dec 1 15:40:47 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 512534bc16d2bebb0fb02e92a5ebd35eff9fb220
      https://github.com/llvm/llvm-project/commit/512534bc16d2bebb0fb02e92a5ebd35eff9fb220
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/CloneModule.cpp
    M llvm/unittests/Transforms/Utils/CloningTest.cpp

  Log Message:
  -----------
  [Cloning] Clone metadata on function declarations

Previously we missed cloning metadata on function declarations because
we don't call CloneFunctionInto() on declarations in CloneModule().

Reviewed By: dexonsmith

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


  Commit: 7cbb6e9a8f6ff3dff4b0353dfcbbdabab8865228
      https://github.com/llvm/llvm-project/commit/7cbb6e9a8f6ff3dff4b0353dfcbbdabab8865228
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

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

  Log Message:
  -----------
  [llvm-reduce] Assert that the number of chunks does not change with reductions

Followup to D113537.

Reviewed By: Meinersbur

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


Compare: https://github.com/llvm/llvm-project/compare/1b7150c8f89a...7cbb6e9a8f6f


More information about the All-commits mailing list