[all-commits] [llvm/llvm-project] 5f55a8: [Attributor] Implement AAPotentialValues

Shinji Okumura via All-commits all-commits at lists.llvm.org
Fri Aug 14 04:58:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f55a8193c2cacd8f8c92f50ac8cab59d79254f9
      https://github.com/llvm/llvm-project/commit/5f55a8193c2cacd8f8c92f50ac8cab59d79254f9
  Author: Shinji Okumura <okuraofvegetable at gmail.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/test/Transforms/Attributor/dereferenceable-1.ll
    M llvm/test/Transforms/Attributor/liveness.ll
    M llvm/test/Transforms/Attributor/lvi-after-jumpthreading.ll
    M llvm/test/Transforms/Attributor/nonnull.ll
    M llvm/test/Transforms/Attributor/potential.ll
    M llvm/test/Transforms/Attributor/range.ll
    M llvm/test/Transforms/Attributor/value-simplify.ll
    M llvm/test/Transforms/Attributor/willreturn.ll

  Log Message:
  -----------
  [Attributor] Implement AAPotentialValues

This patch provides an implementation of `AAPotentialValues`.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list