[all-commits] [llvm/llvm-project] b50327: [llvm][PPCISelDAGToDAG] rename ppc-codegen to ppc-...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Mon Jan 9 15:31:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b50327eea603358846743ff784ddf2099fc35587
      https://github.com/llvm/llvm-project/commit/b50327eea603358846743ff784ddf2099fc35587
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

  Log Message:
  -----------
  [llvm][PPCISelDAGToDAG] rename ppc-codegen to ppc-isel

Every other subclass of SelectionDAGISel calls this pass "<arch>-isel".
No existing tests refer to ppc-codegen so this is purely a cosmetic
change to bring the pass name in line with other architecture's
SelectionDAGISel subclasses.

Reviewed By: MaskRay

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




More information about the All-commits mailing list