Skip to content

Commit

Permalink
[X86] avx512-build-vector.ll - regenerate VPTERNLOG comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jan 11, 2025
1 parent 6078815 commit 70f3732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/X86/avx512-build-vector.ll
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define <16 x i32> @test2(<16 x i32> %x) {
; CHECK-LABEL: test2:
; CHECK: ## %bb.0:
; CHECK-NEXT: vpternlogd $255, %zmm1, %zmm1, %zmm1
; CHECK-NEXT: vpternlogd {{.*#+}} zmm1 = -1
; CHECK-NEXT: vpaddd %zmm1, %zmm0, %zmm0
; CHECK-NEXT: retq
%res = add <16 x i32><i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1>, %x
Expand Down

0 comments on commit 70f3732

Please sign in to comment.