[all-commits] [llvm/llvm-project] f942cd: MSP430: Avoid using getPointerSize/getPointerTy

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Mar 31 15:49:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f942cde61a96e67ce87326e9332b4ab937044e5d
      https://github.com/llvm/llvm-project/commit/f942cde61a96e67ce87326e9332b4ab937044e5d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp

  Log Message:
  -----------
  MSP430: Avoid using getPointerSize/getPointerTy

Use the contextually appropriate value instead of relying on the
default address space default parameters. Usually you should be
reusing a pre-existing type.


  Commit: 4a8665e23ed875c7f524e1ecd7e8442dc1b6a423
      https://github.com/llvm/llvm-project/commit/4a8665e23ed875c7f524e1ecd7e8442dc1b6a423
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

  Log Message:
  -----------
  SelectionDAG: Avoid some uses of getPointerTy

Avoids use of the default address space parameter, and avoids some
assumptions about the incoming address space.


  Commit: 4d72acf9913dc533c63db314b4f8899d126c9b13
      https://github.com/llvm/llvm-project/commit/4d72acf9913dc533c63db314b4f8899d126c9b13
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/GlobalISel/select-fconstant.mir

  Log Message:
  -----------
  X86/GlobalISel: Regenerate test checks


  Commit: f635be30144d890f866510425612fc26fa379de4
      https://github.com/llvm/llvm-project/commit/f635be30144d890f866510425612fc26fa379de4
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86InstructionSelector.cpp
    M llvm/test/CodeGen/X86/GlobalISel/select-fconstant.mir

  Log Message:
  -----------
  X86/GlobalISel: Use LLT form of getMachineMemOperand


  Commit: 14744622edac9ea0569f452d7f2f3e01006fbb0a
      https://github.com/llvm/llvm-project/commit/14744622edac9ea0569f452d7f2f3e01006fbb0a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/lib/Target/M68k/M68kISelLowering.cpp
    M llvm/lib/Target/Sparc/SparcISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp

  Log Message:
  -----------
  Target: Use getPointerSizeInBits instead of 8 * getPointerSize


Compare: https://github.com/llvm/llvm-project/compare/6d481adb3565...14744622edac


More information about the All-commits mailing list