commit | fc95a84f5d0abae681d6976bc1003e64de2f871e | [log] [tgz] |
---|---|---|
author | Roman Lebedev <lebedev.ri@gmail.com> | Sat Jul 14 16:44:43 2018 +0000 |
committer | Roman Lebedev <lebedev.ri@gmail.com> | Sat Jul 14 16:44:43 2018 +0000 |
tree | 75c7f09f2dc1c7ce8b7673a9895f254bae0a0a0d | |
parent | 1c239349f3fb4efa733b713abd909f18f05153db [diff] |
[InstCombine] Fold x u> x & C to x u> C https://bugs.llvm.org/show_bug.cgi?id=38123 https://rise4fun.com/Alive/JvS This pattern is not commutative. But InstSimplify will already have taken care of the 'commutative' variant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337100 91177308-0d34-0410-b5e6-96231b3b80d8