[llvm] 57a366b - [DAGCombiner] Update test comments for pr59898; NFC
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 18:58:02 PST 2023
Author: chenglin.bi
Date: 2023-01-11T10:57:54+08:00
New Revision: 57a366be1e772ab805aa13a33f9e7bc687dd306d
URL: https://github.com/llvm/llvm-project/commit/57a366be1e772ab805aa13a33f9e7bc687dd306d
DIFF: https://github.com/llvm/llvm-project/commit/57a366be1e772ab805aa13a33f9e7bc687dd306d.diff
LOG: [DAGCombiner] Update test comments for pr59898; NFC
Added:
Modified:
llvm/test/CodeGen/AArch64/rotate.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/rotate.ll b/llvm/test/CodeGen/AArch64/rotate.ll
index a70bc70329bb..9d1e1562504c 100644
--- 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:
More information about the llvm-commits
mailing list