[all-commits] [llvm/llvm-project] 57dd4b: [ValueTracking] Allow context-sensitive nullness c...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu Oct 31 12:38:05 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 57dd4b03e4806bbb4760ab6150940150d884df20
      https://github.com/llvm/llvm-project/commit/57dd4b03e4806bbb4760ab6150940150d884df20
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/InstCombine/known-non-zero.ll
    M llvm/test/Transforms/InstSimplify/known-non-zero.ll
    M llvm/test/Transforms/LICM/hoist-mustexec.ll

  Log Message:
  -----------
  [ValueTracking] Allow context-sensitive nullness check for non-pointers

Same as D60846 but with a fix for the problem encountered there which
was a missing context adjustment in the handling of PHI nodes.

The test that caused D60846 to be reverted was added in e15ab8f277c7.

Reviewers: nikic, nlopes, mkazantsev,spatel, dlrobertson, uabelho, hakzsam

Subscribers: hiraditya, bollu, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list