[all-commits] [llvm/llvm-project] 06eee8: [Attributor][NFC] Connect AAPotentialValues with A...

Shinji Okumura via All-commits all-commits at lists.llvm.org
Mon Aug 10 23:55:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 06eee8748fb4089d6ab859c56f3a0a4a7e8acf93
      https://github.com/llvm/llvm-project/commit/06eee8748fb4089d6ab859c56f3a0a4a7e8acf93
  Author: Shinji Okumura <okuraofvegetable at gmail.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

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

  Log Message:
  -----------
  [Attributor][NFC] Connect AAPotentialValues with AAValueSimplify

This patch enables `AAValueSimplify` to use information from `AAPotentialValues`

Reviewed By: jdoerfert

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




More information about the All-commits mailing list