[PATCH] D83752: [ValueTracking] Let isGuaranteedNotToBeUndefOrPoison consider noundef and more operations
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 01:14:06 PDT 2020
aqjune created this revision.
aqjune added reviewers: spatel, nikic, craig.topper, lebedev.ri.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
This patch adds support for noundef arguments and looking through more operations.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83752
Files:
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Transforms/InstSimplify/freeze-noundef.ll
llvm/test/Transforms/InstSimplify/freeze.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83752.277698.patch
Type: text/x-patch
Size: 7899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/183db13e/attachment-0001.bin>
More information about the llvm-commits
mailing list