[TypePromotion] Update comment in testcase. RFC

This commit is contained in:
Andre Vieira 2022-08-11 13:34:53 +01:00
parent bf0e219d04
commit f9563967ca
1 changed files with 1 additions and 2 deletions
llvm/test/Transforms/TypePromotion/ARM

View File

@ -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: