PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use it to...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 1 Jan 2012 17:55:30 +0000 (17:55 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 1 Jan 2012 17:55:30 +0000 (17:55 +0000)
commit55c6d57734cd2f141dc2d6912fc22746d5eeae54
treea5f818cd22d875251c76c75f155d0221a15e1c04
parent395363a9b9ee07b731af5c2a397ea8d705f16d56
PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use it to simplify a few matchers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147403 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PatternMatch.h
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/ValueTracking.cpp