[PATCH] D77890: [ValueTracking] Implement isPoisonIf and canPushFreezeIntoOperands
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 04:46:00 PDT 2020
aqjune updated this revision to Diff 257284.
aqjune added a comment.
Renamed canPushFreezeIntoOperands to canCreatePoison (merged two rather than splitting a helper function, because the two seems to have no difference at this moment).
Used the idiom from Instruction::andIRFlags().
Also renamed isPoisonIf to impliesPoison because the latter seems more formal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77890/new/
https://reviews.llvm.org/D77890
Files:
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/ValueTracking.cpp
llvm/unittests/Analysis/ValueTrackingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77890.257284.patch
Type: text/x-patch
Size: 11201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200414/e8213991/attachment.bin>
More information about the llvm-commits
mailing list