[all-commits] [llvm/llvm-project] 7cc3e1: [MemProf] Avoid pointer element type access

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Jan 25 05:54:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cc3e141d7106eb753b73cb8ad7251c67c738e9f
      https://github.com/llvm/llvm-project/commit/7cc3e141d7106eb753b73cb8ad7251c67c738e9f
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp

  Log Message:
  -----------
  [MemProf] Avoid pointer element type access

Determine the masked load/store access type from the value type
of the intrinsics, rather than the pointer element type. For
cleanliness, include the access type in InterestingMemoryAccess.




More information about the All-commits mailing list