projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff34a0
)
[DAGCombiner] Update test comments for pr59898; NFC
author
chenglin.bi
<chenglin.bi@linaro.org>
Wed, 11 Jan 2023 02:57:54 +0000
(10:57 +0800)
committer
chenglin.bi
<chenglin.bi@linaro.org>
Wed, 11 Jan 2023 02:57:54 +0000
(10:57 +0800)
llvm/test/CodeGen/AArch64/rotate.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/AArch64/rotate.ll
b/llvm/test/CodeGen/AArch64/rotate.ll
index
a70bc70
..
9d1e156
100644
(file)
--- a/
llvm/test/CodeGen/AArch64/rotate.ll
+++ b/
llvm/test/CodeGen/AArch64/rotate.ll
@@
-18,7
+18,7
@@
define <2 x i64> @testcase(ptr %in) {
ret <2 x i64> %4
}
-;; This
causes
miscompile because rot combine
+;; This
used to cause a
miscompile because rot combine
;; doesn't handle negative shift well.
define i5 @pr59898(i5 %x) {
; CHECK-LABEL: pr59898: