[all-commits] [llvm/llvm-project] 81767f: [test][AliasAnalysis] Add some baseline tests in p...

Patrick Walton via All-commits all-commits at lists.llvm.org
Sat Oct 29 15:09:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81767f2d180d4f7d0cdbc6446a67ceccf913b116
      https://github.com/llvm/llvm-project/commit/81767f2d180d4f7d0cdbc6446a67ceccf913b116
  Author: Patrick Walton <pcwalton at fb.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
    M llvm/test/Analysis/BasicAA/constant-memory.ll
    M llvm/test/Transforms/InstCombine/memcpy-from-global.ll
    M llvm/test/Transforms/InstCombine/store.ll

  Log Message:
  -----------
  [test][AliasAnalysis] Add some baseline tests in preparation for getModRefInfoMask().

This commit adds some tests in preparation for D136659, which allows alias
analysis to treat locally-invariant memory pointed to by readonly noalias
pointers the same as globally-invariant memory in some cases. The existing
behavior for these tests is marked as expected and will be changed when that
diff lands.

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




More information about the All-commits mailing list