llvm-mirror/test/Transforms/ConstProp/2009-06-20-constexpr-zero-lhs.ll
Eric Christopher a62270de2c Revert "Temporarily Revert "Add basic loop fusion pass.""
The reversion apparently deleted the test/Transforms directory.

Will be re-reverting again.

llvm-svn: 358552
2019-04-17 04:52:47 +00:00

12 lines
547 B
LLVM

; 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))