[all-commits] [llvm/llvm-project] 211dc4: [Analysis] Add Scalable field in MemoryLocation.h ...

Harvin Iriawan via All-commits all-commits at lists.llvm.org
Tue Oct 24 10:19:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 211dc4ad400cd86a0c19742c738264462c169e1b
      https://github.com/llvm/llvm-project/commit/211dc4ad400cd86a0c19742c738264462c169e1b
  Author: Harvin Iriawan <25712785+harviniriawan at users.noreply.github.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    A llvm/test/Analysis/AliasSet/memloc-vscale.ll
    A llvm/test/Transforms/GVN/scalable-memloc.ll

  Log Message:
  -----------
  [Analysis] Add Scalable field in MemoryLocation.h (#69716)

This is the first of a series of patch to improve Alias Analysis on
  Scalable quantities.
  Keep Scalable information from TypeSize which
  will be used in Alias Analysis.




More information about the All-commits mailing list