[all-commits] [llvm/llvm-project] 0fb685: ARM/GlobalISel: Get pointer type from value instea...

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


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

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/test/CodeGen/ARM/GlobalISel/arm-select-globals-ropi-rwpi.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-select-globals-static.mir
    M llvm/test/CodeGen/ARM/GlobalISel/thumb-select-globals-ropi-rwpi.mir
    M llvm/test/CodeGen/ARM/GlobalISel/thumb-select-globals-static.mir

  Log Message:
  -----------
  ARM/GlobalISel: Get pointer type from value instead of getPointerSize

Avoid using getPointerSize and pass through the original value type.




More information about the All-commits mailing list