[PATCH] D121415: [FunctionAttrs] Infer argmemonly .
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 08:18:39 PDT 2022
fhahn added a comment.
In D121415#3411483 <https://reviews.llvm.org/D121415#3411483>, @akdandrea wrote:
> Ah that's interesting that you couldn't reproduce it on x86. I did this test on a RHEL 8.4 Power system. Here was how I compiled and ran the test:
>
> clang -flto -O3 -DNDEBUG -w -Werror=date-time -ffp-contract=off -ffp-contract=off -DFMA_DISABLED=1 -ffp-contract=off -DFMA_DISABLED=1 -o linpack-pc.c.o -c test-suite/SingleSource/Benchmarks/Linpack/linpack-pc.c
> clang -flto -O3 -DNDEBUG linpack-pc.c.o -o linpack-pc -lm
I am unable to build for PowerPC. Could you share ` linpack-pc.c.o `?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121415/new/
https://reviews.llvm.org/D121415
More information about the llvm-commits
mailing list