[all-commits] [llvm/llvm-project] 2c16c4: [ValueTracking] update directlyImpliesPoison to lo...
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Sun Mar 7 06:17:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c16c4a43c756dd0e6e11426badfd858040dd46a
https://github.com/llvm/llvm-project/commit/2c16c4a43c756dd0e6e11426badfd858040dd46a
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2021-03-07 (Sun, 07 Mar 2021)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstCombine/select-safe-bool-transforms.ll
Log Message:
-----------
[ValueTracking] update directlyImpliesPoison to look into select's condition
This is a minor update in directlyImpliesPoison and makes it look into select's
condition.
Splitted from https://reviews.llvm.org/D96945
More information about the All-commits
mailing list