[all-commits] [llvm/llvm-project] 64ef29: [Attributor] Call site specific AAValueSimplificat...

Kuter Dinel via All-commits all-commits at lists.llvm.org
Sat May 15 14:39:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64ef29bc66aae98efe27553267f1d56a62ee1a4d
      https://github.com/llvm/llvm-project/commit/64ef29bc66aae98efe27553267f1d56a62ee1a4d
  Author: Kuter Dinel <kuterdinel at gmail.com>
  Date:   2021-05-15 (Sat, 15 May 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    A llvm/test/Transforms/Attributor/cb_liveness_disabled.ll
    A llvm/test/Transforms/Attributor/cb_liveness_enabled.ll

  Log Message:
  -----------
  [Attributor] Call site specific AAValueSimplification and AAIsDead.

This patch makes it possible to do call site specific deductions
for AAValueSimplification and AAIsDead.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list