[all-commits] [llvm/llvm-project] 7a5b0a: Reapply "IR: Make getRetAlign check callee functio...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jan 24 06:27:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a5b0a2934f3b82ae93f03d1e7603371fe5c42d1
      https://github.com/llvm/llvm-project/commit/7a5b0a2934f3b82ae93f03d1e7603371fe5c42d1
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/include/llvm/IR/InstrTypes.h

  Log Message:
  -----------
  Reapply "IR: Make getRetAlign check callee function attributes"

Reapply 3d2d208f6a0a421b23937c39b9d371183a5913a3, reverted in
a97e20a3a8a58be751f023e610758310d5664562


  Commit: 99e8e17313e76c50a0d6606394fed98832fd8fec
      https://github.com/llvm/llvm-project/commit/99e8e17313e76c50a0d6606394fed98832fd8fec
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/assert-align.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/regbank-assert-align.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/assert-align.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-assert-align.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-assert-align.mir
    M llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp

  Log Message:
  -----------
  Reapply "Revert "GlobalISel: Add G_ASSERT_ALIGN hint instruction"

This reverts commit a97e20a3a8a58be751f023e610758310d5664562.


Compare: https://github.com/llvm/llvm-project/compare/5e5efd8a91f2...99e8e17313e7


More information about the All-commits mailing list