programUndefinedIfPoison makes more sense, given what the function
does; and I'm about to add a function with a name similar to
isKnownNotFullPoison (so do the rename to avoid confusion).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D30444
Rename isKnownNotFullPoison to programUndefinedIfPoison; NFC ClosedPublic Authored by sanjoy on Feb 27 2017, 10:55 PM.
Details Summary programUndefinedIfPoison makes more sense, given what the function
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 27 2017, 11:07 PM Closed by commit rL301776: Rename isKnownNotFullPoison to programUndefinedIfPoison; NFC (authored by sanjoy). · Explain WhyApr 30 2017, 12:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 97240 llvm/trunk/include/llvm/Analysis/ValueTracking.h
llvm/trunk/lib/Analysis/ScalarEvolution.cpp
llvm/trunk/lib/Analysis/ValueTracking.cpp
llvm/trunk/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
llvm/trunk/test/Analysis/ScalarEvolution/flags-from-poison.ll
|