[PATCH] D52827: [LICM] Make LICM able to hoist phis

Maxim Kuvyrkov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 08:37:05 PST 2018


Hi John,

This crashes on AArch64 kernel build:

https://ci.linaro.org/job/tcwg_kernel-bisect-llvm-master-aarch64-stable-allnoconfig/4/artifact/artifacts/build-d9902c5262f22d97eda691f00daee1ef7f5623b8/3-count_linux_objs/console.log/*view*/

Let me know if you need help reproducing this.

--
Maxim Kuvyrkov
www.linaro.org



> On Nov 19, 2018, at 2:34 PM, John Brawn 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 rL347190: [LICM] Make LICM able to hoist phis (authored by john.brawn, committed by ).
> 
> Changed prior to commit:
>  https://reviews.llvm.org/D52827?vs=174028&id=174582#toc
> 
> Repository:
>  rL LLVM
> 
> https://reviews.llvm.org/D52827
> 
> Files:
>  llvm/trunk/lib/Transforms/Scalar/LICM.cpp
>  llvm/trunk/test/Transforms/LICM/hoist-phi.ll
>  llvm/trunk/test/Transforms/LoopVectorize/invariant-store-vectorization.ll
> 
> <D52827.174582.patch>_______________________________________________
> 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