[all-commits] [llvm/llvm-project] 3d943b: [CodeGen] Properly propagating Calling Convention ...

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Thu Aug 27 09:01:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d943bcd223e5b97179840c2f5885fe341e51747
      https://github.com/llvm/llvm-project/commit/3d943bcd223e5b97179840c2f5885fe341e51747
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/test/CodeGen/ARM/fp16-args.ll
    M llvm/test/CodeGen/ARM/fp16-v3.ll

  Log Message:
  -----------
  [CodeGen] Properly propagating Calling Convention information when lowering vector arguments

When joining the legal parts of vector arguments into its original value
during the lower of Formal Arguments in SelectionDAGBuilder, the Calling
Convention information was not being propagated for the handling of each
individual parts. The same did not happen when lowering calls, causing a
mismatch.

This patch fixes the issue by properly propagating the Calling
Convention details.

This fixes Bugzilla #47001.

Reviewed By: arsenm

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




More information about the All-commits mailing list