[all-commits] [llvm/llvm-project] 5ac633: [NFC][AAPointerInfo] rename OffsetAndSize to RangeTy

Sameer Sahasrabuddhe via All-commits all-commits at lists.llvm.org
Wed Dec 7 22:45:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ac633d2de9335b4ca6ca7b0ae128a4591d3e4c0
      https://github.com/llvm/llvm-project/commit/5ac633d2de9335b4ca6ca7b0ae128a4591d3e4c0
  Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [NFC][AAPointerInfo] rename OffsetAndSize to RangeTy

This is in preparation for future changes that introduce an actual list of
ranges per Access, to be called a RangeList.

Differential Revision: https://reviews.llvm.org/D138644




More information about the All-commits mailing list