Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Thumb / 2009-07-20-TwoAddrBug.ll
blob660dd5845c5d0c4f7bf54fca202de66fe3b2ff6b
1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin10
3 @Time.2535 = external global i64                ; <ptr> [#uses=2]
5 define i64 @millisecs() nounwind {
6 entry:
7         %0 = load i64, ptr @Time.2535, align 4          ; <i64> [#uses=2]
8         %1 = add i64 %0, 1              ; <i64> [#uses=1]
9         store i64 %1, ptr @Time.2535, align 4
10         ret i64 %0