[llvm] 4afa077 - Try to fix buildbots after d3205bbca3e0002d76282878986993e7e7994779

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 12:15:17 PDT 2020


probably good to include more info on what problems the buildbots were
reporting (copy/paste errors and include links to the bots) and how this
change might help address them

On Mon, Oct 26, 2020 at 3:50 AM via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

>
> Author: Tyker
> Date: 2020-10-26T11:49:21+01:00
> New Revision: 4afa077899b1e3def4cff475deae73681db04e21
>
> URL:
> https://github.com/llvm/llvm-project/commit/4afa077899b1e3def4cff475deae73681db04e21
> DIFF:
> https://github.com/llvm/llvm-project/commit/4afa077899b1e3def4cff475deae73681db04e21.diff
>
> LOG: Try to fix buildbots after d3205bbca3e0002d76282878986993e7e7994779
>
> Added:
>
>
> Modified:
>     llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
>     llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
>
> Removed:
>
>
>
>
> ################################################################################
> diff  --git a/llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
> b/llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
> index 946e12c9e5ab..0389095507b8 100644
> --- a/llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
> +++ b/llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
> @@ -2397,12 +2397,12 @@ define void @test_sideeffect() {
>    ret void
>  }
>
> -declare void @llvm.var.annotation(i8*, i8*, i8*, i32)
> +declare void @llvm.var.annotation(i8*, i8*, i8*, i32, i8*)
>  define void @test_var_annotation(i8*, i8*, i8*, i32) {
>    ; CHECK-LABEL: name:            test_var_annotation
>    ; CHECK-NOT: llvm.var.annotation
>    ; CHECK: RET_ReallyLR
> -  call void @llvm.var.annotation(i8* %0, i8* %1, i8* %2, i32 %3)
> +  call void @llvm.var.annotation(i8* %0, i8* %1, i8* %2, i32 %3, i8* null)
>    ret void
>  }
>
>
> diff  --git
> a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
> b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
> index dc243b74375d..8341125df7b7 100644
> --- a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
> +++ b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
> @@ -24,7 +24,7 @@ define i8* @ptr_annotate(i8* %arg0, i8* %arg1, i8*
> %arg2, i32 %arg3) {
>    ; CHECK:   [[COPY4:%[0-9]+]]:_(p0) = COPY [[COPY]](p0)
>    ; CHECK:   $x0 = COPY [[COPY4]](p0)
>    ; CHECK:   RET_ReallyLR implicit $x0
> -  %call = call i8* @llvm.ptr.annotation.p0i8(i8* %arg0, i8* %arg1, i8*
> %arg2, i32 %arg3)
> +  %call = call i8* @llvm.ptr.annotation.p0i8(i8* %arg0, i8* %arg1, i8*
> %arg2, i32 %arg3, i8* null)
>    ret i8* %call
>  }
>
> @@ -68,7 +68,7 @@ define i8* @strip_invariant_group(i8* %p) {
>  }
>
>  declare i64 @llvm.expect.i64(i64, i64) #0
> -declare i8* @llvm.ptr.annotation.p0i8(i8*, i8*, i8*, i32) #1
> +declare i8* @llvm.ptr.annotation.p0i8(i8*, i8*, i8*, i32, i8*) #1
>  declare i32 @llvm.annotation.i32(i32, i8*, i8*, i32) #1
>  declare i8* @llvm.launder.invariant.group.p0i8(i8*) #2
>  declare i8* @llvm.strip.invariant.group.p0i8(i8*) #3
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201027/b283b3b3/attachment.html>


More information about the llvm-commits mailing list