[all-commits] [llvm/llvm-project] 0edb21: [MS] Mark vectorcall FP and vector args inreg

Reid Kleckner via All-commits all-commits at lists.llvm.org
Wed Feb 19 16:38:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0edb2129258c727e9efe6fa234b28880ff64c1b9
      https://github.com/llvm/llvm-project/commit/0edb2129258c727e9efe6fa234b28880ff64c1b9
  Author: Reid Kleckner <rnk at google.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/test/CodeGen/vectorcall.c
    M clang/test/CodeGenCXX/inalloca-vector.cpp

  Log Message:
  -----------
  [MS] Mark vectorcall FP and vector args inreg

This has no effect on how LLVM passes the arguments, but it prevents
rewriteWithInAlloca from thinking that these parameters should be part
of the inalloca pack.

Follow-up to D72114

Reviewed By: erichkeane

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




More information about the All-commits mailing list