[all-commits] [llvm/llvm-project] 505750: Streamline X86DAGToDAGISel::PostprocessISelDAG; NFC

Matthias Braun via All-commits all-commits at lists.llvm.org
Wed Mar 9 16:25:49 PST 2022


  Branch: refs/heads/github_main
  Home:   https://github.com/llvm/llvm-project
  Commit: 505750a52160f6c3949c484bf26fdba32a5bee34
      https://github.com/llvm/llvm-project/commit/505750a52160f6c3949c484bf26fdba32a5bee34
  Author: Matthias Braun <matze at braunis.de>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

  Log Message:
  -----------
  Streamline X86DAGToDAGISel::PostprocessISelDAG; NFC

Refactor `X86DAGToDAGISel::PostprocessISelDAG` to be a single switch
over the opcode and calling into a separate function for each
transformation.

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




More information about the All-commits mailing list