forked from OSchip/llvm-project
[TypePromotion] Update comment in testcase. RFC
This commit is contained in:
parent
bf0e219d04
commit
f9563967ca
llvm/test/Transforms/TypePromotion/ARM
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue