mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix incorrect test cases for srem. The definition of srem is a remainder so
that the sign of the result follows the sign of the divisor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35301 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,4 +23,5 @@
|
||||
@u = constant i15 urem(i15 32767,i15 -1)
|
||||
@o = constant i15 trunc( i16 32768 to i15 )
|
||||
@p = constant i15 trunc( i16 32767 to i15 )
|
||||
@v = constant i15 srem(i15 -1, i15 768)
|
||||
|
||||
|
Reference in New Issue
Block a user