[llvm] f956396 - [TypePromotion] Update comment in testcase. RFC
Andre Vieira via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 05:35:34 PDT 2022
Author: Andre Vieira
Date: 2022-08-11T13:35:14+01:00
New Revision: f9563967cadf40af043fa820f9baaaefecb023b6
URL: https://github.com/llvm/llvm-project/commit/f9563967cadf40af043fa820f9baaaefecb023b6
DIFF: https://github.com/llvm/llvm-project/commit/f9563967cadf40af043fa820f9baaaefecb023b6.diff
LOG: [TypePromotion] Update comment in testcase. RFC
Added:
Modified:
llvm/test/Transforms/TypePromotion/ARM/casts.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/TypePromotion/ARM/casts.ll b/llvm/test/Transforms/TypePromotion/ARM/casts.ll
index 3e6159ef032e..07469fe47e44 100644
--- a/llvm/test/Transforms/TypePromotion/ARM/casts.ll
+++ b/llvm/test/Transforms/TypePromotion/ARM/casts.ll
@@ -50,8 +50,7 @@ entry:
ret i8 %4
}
-; The pass perform the transform, but a uxtb will still be inserted to handle
-; the zext to the icmp.
+; The pass perform the transform.
define i8 @icmp_i32_zext(i8* %ptr) {
; CHECK-LABEL: @icmp_i32_zext(
; CHECK-NEXT: entry:
More information about the llvm-commits
mailing list