[PATCH] D45199: AArch64: Allow offsets to be folded into addresses with ELF.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 07:08:43 PDT 2018


Hi Peter,

On 9 April 2018 at 22:03, Peter Collingbourne via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL329611: AArch64: Allow offsets to be folded into addresses with ELF. (authored by pcc, committed by ).
>
> Changed prior to commit:
>   https://reviews.llvm.org/D45199?vs=140738&id=141722#toc
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D45199
>
> Files:
>   llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
>   llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
>   llvm/trunk/test/CodeGen/AArch64/arm64-2012-05-07-MemcpyAlignBug.ll
>   llvm/trunk/test/CodeGen/AArch64/arm64-addrmode.ll
>   llvm/trunk/test/CodeGen/AArch64/arm64-atomic-128.ll
>   llvm/trunk/test/CodeGen/AArch64/arm64-memcpy-inline.ll
>   llvm/trunk/test/CodeGen/AArch64/arm64-misched-multimmo.ll
>   llvm/trunk/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
>   llvm/trunk/test/CodeGen/AArch64/arm64-vector-ldst.ll
>   llvm/trunk/test/CodeGen/AArch64/cmpxchg-O0.ll
>   llvm/trunk/test/CodeGen/AArch64/func-argpassing.ll
>   llvm/trunk/test/CodeGen/AArch64/func-calls.ll
>   llvm/trunk/test/CodeGen/AArch64/misched-fusion-addr.ll

AArch64 full bots are broken since yesterday, and among the commits which
are involved into the first issue, it seems to me that this one is likely
to be responsible of the offset increase and out of range relocation.

Does it makes sense for you ?

Bot failure:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/4829
logs:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/4829/steps/ninja%20check%202/logs/stdio


Cheers,
Yvan

> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


More information about the llvm-commits mailing list