diff options
author | Chris Lattner <sabre@nondot.org> | 2011-02-13 08:27:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-02-13 08:27:31 +0000 |
commit | b289b4074419e0932e8bcce0797fe3e5c55cbcd4 (patch) | |
tree | 2b405ac4c2e566af97d90e846864f35dc99b2cd7 | |
parent | bb75d337c4d544692cd250acba8e3507aacb7b75 (diff) |
add PR#
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125455 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |