1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
David Majnemer 780406b9cc InstSimplify: Don't allow (x srem y) urem y -> x srem y
Let's consider the case where:
%x i16 = 32768
%y i16 = 384

%x srem %y = 65408
(%x srem %y) urem %y = 128

llvm-svn: 217939
2014-09-17 04:16:35 +00:00
..
2013-09-27 22:26:25 +00:00
2014-07-18 19:13:09 +00:00
2014-05-29 01:55:07 +00:00
2014-09-12 17:55:16 +00:00
2014-08-13 20:31:53 +00:00