[all-commits] [llvm/llvm-project] 7d2562: [AArch64][GlobalISel] Use a single MachineIRBuilde...

Amara Emerson via All-commits all-commits at lists.llvm.org
Fri Apr 30 14:51:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d2562c2daad83adadf14f3719cf7199c5bfd9cf
      https://github.com/llvm/llvm-project/commit/7d2562c2daad83adadf14f3719cf7199c5bfd9cf
  Author: Amara Emerson <amara at apple.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

  Log Message:
  -----------
  [AArch64][GlobalISel] Use a single MachineIRBuilder for most of isel. NFC.

This is a long overdue cleanup. Not every use is eliminated, I stuck to uses
that were directly being called from select(), and not the render functions.

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




More information about the All-commits mailing list