[PATCH] D94859: [ValueTracking] Make impliesPoison look into operands of V

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 16 01:29:28 PST 2021


aqjune created this revision.
aqjune added reviewers: nikic, spatel, lebedev.ri.
Herald added subscribers: dexonsmith, hiraditya.
aqjune requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch updates impliesPoison to look into operands of V up to MaxDepth.

Relevant patch: D94550 <https://reviews.llvm.org/D94550>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94859

Files:
  llvm/include/llvm/IR/PatternMatch.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/unittests/Analysis/ValueTrackingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94859.317160.patch
Type: text/x-patch
Size: 3822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210116/42b670bd/attachment.bin>


More information about the llvm-commits mailing list