[PATCH] D78615: [ValueTracking] Let propagatesPoison support binops/unaryops/cast/etc.

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 11:16:56 PDT 2020


aqjune added a comment.

Thanks all, I landed this patch.
For the update in LangRef, I checked that it already has this specific example:
`%still_poison = and i32 %poison, 0   ; 0, but also poison.`,
Making LLVM's implementation consistent with LangRef through this patch seems enough.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78615/new/

https://reviews.llvm.org/D78615





More information about the llvm-commits mailing list