We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554db43 commit c5b25d3Copy full SHA for c5b25d3
llvm/test/CodeGen/VE/Scalar/ctlz.ll
@@ -200,7 +200,6 @@ define zeroext i32 @func32zx(i32 zeroext %p) {
200
; CHECK: # %bb.0:
201
; CHECK-NEXT: ldz %s0, %s0
202
; CHECK-NEXT: lea %s0, -32(, %s0)
203
-; CHECK-NEXT: and %s0, %s0, (32)0
204
; CHECK-NEXT: b.l.t (, %s10)
205
%r = tail call i32 @llvm.ctlz.i32(i32 %p, i1 false)
206
ret i32 %r
0 commit comments