You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,11 +0,0 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | not grep ptrtoint
|
||||
; PR4424
|
||||
@G = external global i32
|
||||
@test1 = constant i32 sdiv (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
@test2 = constant i32 udiv (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
@test3 = constant i32 srem (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
@test4 = constant i32 urem (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
@test5 = constant i32 lshr (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
@test6 = constant i32 ashr (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
@test7 = constant i32 shl (i32 0, i32 ptrtoint (i32* @G to i32))
|
||||
|
Reference in New Issue
Block a user