[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 07:32:18 PDT 2020
fhahn updated this revision to Diff 258319.
fhahn added a comment.
Move new undef value to bottom, bring back 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.258319.patch
Type: text/x-patch
Size: 38917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/12afc0aa/attachment.bin>
More information about the llvm-commits
mailing list