[all-commits] [llvm/llvm-project] 49cddb: [MemLoc] Adjust memccpy support in MemoryLocation...

Dávid Bolvanský via All-commits all-commits at lists.llvm.org
Wed Oct 28 13:26:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 49cddb90f6455d850fcee7d7cd5b414531e3422f
      https://github.com/llvm/llvm-project/commit/49cddb90f6455d850fcee7d7cd5b414531e3422f
  Author: Dávid Bolvanský <david.bolvansky at gmail.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M llvm/lib/Analysis/MemoryLocation.cpp

  Log Message:
  -----------
  [MemLoc]  Adjust memccpy support in MemoryLocation::getForArgument

Use LocationSize::upperBound instead of precise since we only know an upper bound on the number of bytes read/written.

Reviewed By: fhahn

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




More information about the All-commits mailing list