| commit | c3ebf40031694937432ecae593322e656042bae7 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Feb 07 07:27:52 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Feb 07 07:27:52 2006 +0000 |
| tree | 88ac7a7830c4d29ff0596b604016da94d6c8e915 | |
| parent | 77defbae0a8abd355b577378873dce69ca1c4ea5 [diff] |
Make MaskedValueIsZero take a uint64_t instead of a ConstantIntegral as a mask. This allows the code to be simpler and more efficient. Also, generalize some of the cases in MVIZ a bit, making it slightly more aggressive. llvm-svn: 26035