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

aeubanks via All-commits all-commits at lists.llvm.org
Sun May 16 22:22:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7647cb14dcd0c471d1bc53b6a864c4737e0e82e8
      https://github.com/llvm/llvm-project/commit/7647cb14dcd0c471d1bc53b6a864c4737e0e82e8
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-05-16 (Sun, 16 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 85af8a8c1b574faa0d5d57d189ae051debdfada8.


  Commit: 341902672c3e6068f95837652072b10b92685bfc
      https://github.com/llvm/llvm-project/commit/341902672c3e6068f95837652072b10b92685bfc
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2021-05-16 (Sun, 16 May 2021)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/test/CodeGen/AArch64/arm64-this-return.ll
    M llvm/test/CodeGen/AArch64/bitfield-extract.ll
    M llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll
    M llvm/test/CodeGen/AMDGPU/call-argument-types.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs-packed.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
    M llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
    M llvm/test/CodeGen/AMDGPU/tail-call-amdgpu-gfx.ll
    M llvm/test/CodeGen/ARM/ipra-r0-returned.ll
    M llvm/test/CodeGen/ARM/returned-ext.ll
    M llvm/test/CodeGen/ARM/this-return.ll
    M llvm/test/CodeGen/SPARC/64abi.ll
    M llvm/test/CodeGen/SystemZ/args-02.ll
    M llvm/test/CodeGen/SystemZ/args-03.ll
    M llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
    M llvm/test/CodeGen/X86/fast-cc-pass-in-regs.ll
    R llvm/test/CodeGen/X86/mismatched-byval.ll
    M llvm/test/CodeGen/X86/movtopush.ll
    M llvm/test/CodeGen/X86/pop-stack-cleanup.ll
    M llvm/test/CodeGen/X86/preallocated.ll
    M llvm/test/CodeGen/X86/tailcall-msvc-conventions.ll

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

This reverts commit 16748bd2fb1fe10d7d097961f1988327338f3f9f.

Causes https://crbug.com/1209013


Compare: https://github.com/llvm/llvm-project/compare/976a3e5f6141...341902672c3e


More information about the All-commits mailing list