]> granicus.if.org Git - llvm/commit
[PatternMatch] Implement m_AnyZero using Constant::isZeroValue instead of ORing toget...
authorCraig Topper <craig.topper@intel.com>
Fri, 7 Jul 2017 19:56:21 +0000 (19:56 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 7 Jul 2017 19:56:21 +0000 (19:56 +0000)
commit7383d9c9fdb525d0f4ee600ecf3f3605c5e94227
tree48b887d72ba9eccfcd34264004905f94cfb6a752
parentcaa219e9a883606c37f8e75ef025e5b1e24a3259
[PatternMatch] Implement m_AnyZero using Constant::isZeroValue instead of ORing together isNullValue and isNegativeZeroValue. NFCI

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307432 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/PatternMatch.h