[all-commits] [llvm/llvm-project] 30201d: [ValueTracking] Let isGuaranteedNotToBeUndefOrPois...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Sun Jul 19 17:33:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 30201d3b611f034214e6e1bc8c8faae7d1246ec8
      https://github.com/llvm/llvm-project/commit/30201d3b611f034214e6e1bc8c8faae7d1246ec8
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/DivRemPairs/PowerPC/div-expanded-rem-pair.ll
    M llvm/test/Transforms/DivRemPairs/PowerPC/div-rem-pairs.ll
    M llvm/test/Transforms/InstSimplify/freeze-noundef.ll
    M llvm/test/Transforms/InstSimplify/freeze.ll

  Log Message:
  -----------
  [ValueTracking] Let isGuaranteedNotToBeUndefOrPoison use canCreateUndefOrPoison

 This patch adds support more operations.

Reviewed By: nikic

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




More information about the All-commits mailing list