[all-commits] [llvm/llvm-project] 180bf1: [TargetTransformInfo] Remove `getFlatAddressSpace`

Shilei Tian via All-commits all-commits at lists.llvm.org
Mon Oct 14 12:30:54 PDT 2024


  Branch: refs/heads/users/shiltian/remove-get-flat-as-from-tti
  Home:   https://github.com/llvm/llvm-project
  Commit: 180bf1360412c25c94407dcfe0bbde1b1097b804
      https://github.com/llvm/llvm-project/commit/180bf1360412c25c94407dcfe0bbde1b1097b804
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
    M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/noop-ptrint-pair.ll
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/old-pass-regressions-inseltpoison.ll
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/old-pass-regressions.ll
    M llvm/test/Transforms/InferAddressSpaces/AMDGPU/ptrmask.ll

  Log Message:
  -----------
  [TargetTransformInfo] Remove `getFlatAddressSpace`

This has been moved to `DataLayout`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list