diff options
-rw-r--r-- | test/Transforms/InstCombine/exact.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/exact.ll b/test/Transforms/InstCombine/exact.ll index 255bf7bced..58f8b5d5bc 100644 --- a/test/Transforms/InstCombine/exact.ll +++ b/test/Transforms/InstCombine/exact.ll @@ -77,6 +77,7 @@ define i64 @ashr1(i64 %X) nounwind { ret i64 %B } +; PR9120 ; CHECK: @ashr_icmp1 ; CHECK: %B = icmp eq i64 %X, 0 ; CHECK: ret i1 %B |