[all-commits] [llvm/llvm-project] bb6c23: [NFC][X86] Avoid redundant work inspecting callee

Philip Reames via All-commits all-commits at lists.llvm.org
Mon Feb 1 15:25:07 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb6c23b1f50780390eafd73aac1a2a895a8971a4
      https://github.com/llvm/llvm-project/commit/bb6c23b1f50780390eafd73aac1a2a895a8971a4
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/x86-no_caller_saved_registers-preserve.ll
    M llvm/test/CodeGen/X86/x86-no_caller_saved_registers.ll

  Log Message:
  -----------
  [NFC][X86] Avoid redundant work inspecting callee


  Commit: 9d09db941ff882a0be761e5d3d170a474bf047c8
      https://github.com/llvm/llvm-project/commit/9d09db941ff882a0be761e5d3d170a474bf047c8
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [NFC][X86] Use CallBase interface to simplify code


Compare: https://github.com/llvm/llvm-project/compare/df3e39f60b35...9d09db941ff8


More information about the All-commits mailing list