[all-commits] [llvm/llvm-project] 3c55ac: [MemoryLocation] Support memset_pattern{4, 8} in ge...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Dec 8 11:40:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c55acc4a6205481b1546bea768de52953cd3ad7
      https://github.com/llvm/llvm-project/commit/3c55acc4a6205481b1546bea768de52953cd3ad7
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M llvm/lib/Analysis/MemoryLocation.cpp
    M llvm/test/Analysis/BasicAA/libfuncs-darwin.ll

  Log Message:
  -----------
  [MemoryLocation] Support memset_pattern{4,8} in getForArgument.

memset_pattern{4,8} behave as memset_pattern16, with the only difference
being the size of the pattern location.

Reviewed By: ab

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




More information about the All-commits mailing list