[all-commits] [llvm/llvm-project] 68fed2: [Attributor] Handle calls in AAValueConstantRange ...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Mon Mar 23 08:46:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 68fed2706743ffc921221caea6dfe38b17aaf73b
      https://github.com/llvm/llvm-project/commit/68fed2706743ffc921221caea6dfe38b17aaf73b
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/test/Transforms/Attributor/range.ll

  Log Message:
  -----------
  [Attributor] Handle calls in AAValueConstantRange properly

We did handle calls that were operands of certain instructions but not
standalone calls we visit via indirection, e.g., selects.




More information about the All-commits mailing list