[PATCH] D109963: [AArch64] Split bitmask immediate of bitwise AND operation
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 08:22:47 PDT 2021
DavidSpickett added a comment.
If you have docker:
$ docker pull linaro/ci-arm64-tcwg-llvmbot-ubuntu:bionic
$ docker run -it --entrypoint=/bin/bash linaro/ci-arm64-tcwg-llvmbot-ubuntu:bionic
root at a9e83ff71f75:/# export CC=/usr/local/clang+llvm-12.0.0-aarch64-linux-gnu/bin/clang
root at a9e83ff71f75:/# export CXX=/usr/local/clang+llvm-12.0.0-aarch64-linux-gnu/bin/clang++
<follow commands from the buildbot page>
I suggest following https://lab.llvm.org/buildbot/#/builders/179/builds/1234 because it's the simplest. (not by much, it just doesn't use lld)
If you don't, then the things to note are that clang-12 is used for stage 1.
I'll check with the system gcc as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109963/new/
https://reviews.llvm.org/D109963
More information about the llvm-commits
mailing list