mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Shifting by the bit width now produces undef, not 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@g = constant i7 3 ; <i7*> [#uses=0]
|
||||
@r = constant i7 5 ; <i7*> [#uses=0]
|
||||
@s = constant i7 5 ; <i7*> [#uses=0]
|
||||
@h = constant i7 0 ; <i7*> [#uses=0]
|
||||
@h = constant i7 undef ; <i7*> [#uses=0]
|
||||
@i = constant i7 -64 ; <i7*> [#uses=0]
|
||||
@j = constant i7 1 ; <i7*> [#uses=0]
|
||||
@l = constant i7 -1 ; <i7*> [#uses=0]
|
||||
|
Reference in New Issue
Block a user