[all-commits] [llvm/llvm-project] 82082b: [LVI] Don't compute range on not guaranteed not to...

luxufan via All-commits all-commits at lists.llvm.org
Wed May 24 01:02:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82082b7da075b9f3571ab5b26248578e6d98ee52
      https://github.com/llvm/llvm-project/commit/82082b7da075b9f3571ab5b26248578e6d98ee52
  Author: luxufan <luxufan at iscas.ac.cn>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/test/Transforms/CorrelatedValuePropagation/basic.ll
    M llvm/test/Transforms/CorrelatedValuePropagation/select.ll

  Log Message:
  -----------
  [LVI] Don't compute range on not guaranteed not to be undef condition in SelectInst

Fixes:https://github.com/llvm/llvm-project/issues/62901

Reviewed By: nikic

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




More information about the All-commits mailing list