[PATCH] D76596: Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 08:05:21 PDT 2020


fhahn updated this revision to Diff 258325.
fhahn added a comment.

Use isUnknownOrUndef for isUndefined().


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76596

Files:
  llvm/include/llvm/Analysis/ValueLattice.h
  llvm/lib/Analysis/LazyValueInfo.cpp
  llvm/lib/Analysis/ValueLattice.cpp
  llvm/test/Transforms/CorrelatedValuePropagation/merge-range-and-undef.ll
  llvm/test/Transforms/JumpThreading/ne-undef.ll
  llvm/test/Transforms/SCCP/float-phis.ll
  llvm/test/Transforms/SCCP/int-phis.ll
  llvm/test/Transforms/SCCP/range-and-ip.ll
  llvm/test/Transforms/SCCP/range-and.ll
  llvm/unittests/Analysis/ValueLatticeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76596.258325.patch
Type: text/x-patch
Size: 38921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/20821ad8/attachment-0001.bin>


More information about the llvm-commits mailing list