[PATCH] D76702: [ValueTracking] improve undef/poison analysis for constants

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 07:29:55 PDT 2020


spatel created this revision.
spatel added reviewers: aqjune, jdoerfert, reames.
Herald added subscribers: hiraditya, mcrosier.

This overlaps with D76010 <https://reviews.llvm.org/D76010>, but I wanted to check if I'm missing any known corner cases for poison/undef. If so, I can add tests and/or improve the LangRef to make that more obvious.


https://reviews.llvm.org/D76702

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Transforms/InstSimplify/freeze.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76702.252303.patch
Type: text/x-patch
Size: 4179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/f62e11d5/attachment.bin>


More information about the llvm-commits mailing list