[all-commits] [llvm/llvm-project] 9f9151: [GISel][CallLowering] Make isIncomingArgumentHandl...

qcolombet via All-commits all-commits at lists.llvm.org
Fri Oct 18 13:12:32 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f9151d49410cee6aa8528b109f3753878b30ba3
      https://github.com/llvm/llvm-project/commit/9f9151d49410cee6aa8528b109f3753878b30ba3
  Author: Quentin Colombet <quentin.colombet at gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp

  Log Message:
  -----------
  [GISel][CallLowering] Make isIncomingArgumentHandler a pure virtual method

The default implementation of isIncomingArgumentHandler could lead
to generating incorrect code.
Make it a pure virtual method, so that targets know they have to
override it to produce correct code.

NFC

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

llvm-svn: 375277




More information about the All-commits mailing list