[all-commits] [llvm/llvm-project] 5d1347: [Attributor] Make use of AANoUndef in AAUndefinedB...

Shinji Okumura via All-commits all-commits at lists.llvm.org
Wed Sep 2 00:12:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d13479574544f3fb4e7d704a1a6284b658c40d1
      https://github.com/llvm/llvm-project/commit/5d13479574544f3fb4e7d704a1a6284b658c40d1
  Author: Shinji Okumura <okuraofvegetable at gmail.com>
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/test/Transforms/Attributor/IPConstantProp/PR16052.ll
    M llvm/test/Transforms/Attributor/alwaysinline.ll
    M llvm/test/Transforms/Attributor/noreturn_sync.ll
    M llvm/test/Transforms/Attributor/undefined_behavior.ll
    M llvm/test/Transforms/OpenMP/parallel_deletion.ll

  Log Message:
  -----------
  [Attributor] Make use of AANoUndef in AAUndefinedBehavior

This patch makes it possible for AAUB to use information from AANoUndef.
This is the next patch of D86983

Reviewed By: jdoerfert

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




More information about the All-commits mailing list