[llvm] d8e0baf - [InstCombine] Fix typo in comment.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 12:58:09 PDT 2020
Author: Xinan Jiang
Date: 2020-07-17T20:57:45+01:00
New Revision: d8e0baf29daa58233c349d94ca4617065efc4c95
URL: https://github.com/llvm/llvm-project/commit/d8e0baf29daa58233c349d94ca4617065efc4c95
DIFF: https://github.com/llvm/llvm-project/commit/d8e0baf29daa58233c349d94ca4617065efc4c95.diff
LOG: [InstCombine] Fix typo in comment.
Reviewers: fhahn
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D83951
Added:
Modified:
llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll b/llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
index 7ae9b76fa5fe..0808b9a3763e 100644
--- a/llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
+++ b/llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
@@ -194,7 +194,7 @@ define i16 @n11(i32 %x, i16 %y) {
ret i16 %t5
}
-; Bit width mismatch of shit amount
+; Bit width mismatch of shift amount
@Y32 = global i32 42
@Y16 = global i16 42
More information about the llvm-commits
mailing list