[all-commits] [llvm/llvm-project] c11e7b: [X86][NFC] structure-return simplificiation

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Wed Oct 6 03:13:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c11e7b59d2e9a221b2a956dcc0e0711eec12118e
      https://github.com/llvm/llvm-project/commit/c11e7b59d2e9a221b2a956dcc0e0711eec12118e
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

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

  Log Message:
  -----------
  [X86][NFC] structure-return simplificiation

The X86 backend only needs to know whether structure return is via an
sret pointer.  This removes the categorization enumeration and
adjusts, templatizes and renames the related functions.

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




More information about the All-commits mailing list