[PATCH] D122968: [AArch64][SelectionDAG] Add target-specific implementation of srem
chenglin.bi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 10:26:11 PDT 2022
bcl5980 added a comment.
In D122968#3456859 <https://reviews.llvm.org/D122968#3456859>, @efriedma wrote:
> If you want to try out some stuff yourself, on Linux, it isn't too hard to run stuff using qemu-user. Get a cross-compile toolchain (e.g. https://developer.arm.com/-/media/Files/downloads/gnu/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz ). The do something like:
>
> clang --gcc-toolchain=/path/to/toolchain --target=aarch64-none-linux-gnu test.c -o test -static
> qemu-aarch64 test
>
> ----
>
> I'll run this through some tests today.
Thanks for the way running on qemu user mode.
I will build the environment on WSL and test on my local machine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122968/new/
https://reviews.llvm.org/D122968
More information about the llvm-commits
mailing list