[all-commits] [llvm/llvm-project] 3a6f12: Revert "[NFC] Use ArgListEntry indirect types more...

aeubanks via All-commits all-commits at lists.llvm.org
Sat May 29 23:18:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a6f12f9156bcebf38965d96007bd942024c75be
      https://github.com/llvm/llvm-project/commit/3a6f12f9156bcebf38965d96007bd942024c75be
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-05-29 (Sat, 29 May 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  Revert "[NFC] Use ArgListEntry indirect types more in ISel lowering"

This reverts commit bc7d15c61da78864b35e3c114294d6e4db645611.

Dependent change is to be reverted.


  Commit: 71cca4f728d7421e40ec9aec0816313391fe9b59
      https://github.com/llvm/llvm-project/commit/71cca4f728d7421e40ec9aec0816313391fe9b59
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-05-29 (Sat, 29 May 2021)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    R llvm/test/CodeGen/X86/mismatched-byval.ll

  Log Message:
  -----------
  Revert "[TargetLowering] Only inspect attributes in the arguments for ArgListEntry"

This reverts commit 1c7f32334d4becc725b9025fd32291a0e5729acd.

Some code still needs to properly set parameter ABI attributes, see
D101806.


Compare: https://github.com/llvm/llvm-project/compare/620cef91207b...71cca4f728d7


More information about the All-commits mailing list