[all-commits] [llvm/llvm-project] 296c2f: [PowerPC] Rename mftbl to mftb

Steven Wan via All-commits all-commits at lists.llvm.org
Wed Nov 4 11:23:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 296c2f31f0c56ab8f5b2a511d36a927ffe7f3eb6
      https://github.com/llvm/llvm-project/commit/296c2f31f0c56ab8f5b2a511d36a927ffe7f3eb6
  Author: Steven Wan <wanyu9511 at gmail.com>
  Date:   2020-11-04 (Wed, 04 Nov 2020)

  Changed paths:
    M libcxx/utils/google-benchmark/src/cycleclock.h
    M llvm/utils/benchmark/src/cycleclock.h

  Log Message:
  -----------
  [PowerPC] Rename mftbl to mftb

`mftb` and `mftbl` are equivalent, there is no need to have two names for doing the same thing, rename `mftbl` to only have `mftb`.

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


  Commit: 09f2c92e5b340d18cd2b505de7bd23ca31d61840
      https://github.com/llvm/llvm-project/commit/09f2c92e5b340d18cd2b505de7bd23ca31d61840
  Author: Steven Wan <wanyu9511 at gmail.com>
  Date:   2020-11-04 (Wed, 04 Nov 2020)

  Changed paths:
    M libcxx/utils/google-benchmark/CONTRIBUTORS
    M libcxx/utils/google-benchmark/README.LLVM
    M llvm/utils/benchmark/CONTRIBUTORS
    M llvm/utils/benchmark/README.LLVM

  Log Message:
  -----------
  Add info about the cherry-picked commit and contributor


Compare: https://github.com/llvm/llvm-project/compare/079571561641...09f2c92e5b34


More information about the All-commits mailing list