| commit | edb8407f0ce85839c72950e66bafc3260b5a6539 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Jul 02 16:04:08 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Jul 02 16:04:08 2009 +0000 |
| tree | b30fabccd3cf6ed0fee18bcfc11546364f7556ab | |
| parent | f3f6aaa2c3490d760feee6847f7c2292aed6b2a5 [diff] |
do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While we could do this, doing so requires adjusting the demanded mask and the code isn't doing that yet. This fixes PR4495 llvm-svn: 74699