[all-commits] [llvm/llvm-project] 7ad258: [MachineOutliner] Reduce scope of variable and sto...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Nov 5 09:08:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ad258361357e4b49c33ff39ce8abdcdf747c702
      https://github.com/llvm/llvm-project/commit/7ad258361357e4b49c33ff39ce8abdcdf747c702
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/MachineOutliner.cpp

  Log Message:
  -----------
  [MachineOutliner] Reduce scope of variable and stop duplicate getMF() calls. NFCI.


  Commit: 76166a1ac7140bb1b577f198c95cb7e9dd67a10b
      https://github.com/llvm/llvm-project/commit/76166a1ac7140bb1b577f198c95cb7e9dd67a10b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/MachineOutliner.cpp

  Log Message:
  -----------
  Use iterator prefix increment. NFCI.


  Commit: 117e6dd6cc2d566f012221fce48a9c21cecdac8f
      https://github.com/llvm/llvm-project/commit/117e6dd6cc2d566f012221fce48a9c21cecdac8f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/MachineOutliner.cpp

  Log Message:
  -----------
  Remove redundant assignment. NFCI.

Fixes cppcheck warning.


Compare: https://github.com/llvm/llvm-project/compare/bc496677d0ec...117e6dd6cc2d


More information about the All-commits mailing list