[Openmp-commits] [PATCH] D129344: [libomptarget] compile DeviceRTL bc files with -O3
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 13 11:31:43 PDT 2022
jhuber6 added a comment.
In D129344#3649015 <https://reviews.llvm.org/D129344#3649015>, @domada wrote:
> @ye-luo Hi,
> Could you describe/share with us some benchmarks results which prove that it is worth to turn on -O3 optimization?
I don't have any graphs, but most applications will see some performance gain when using a more optimized runtime library. I've looked at XSBench, RSBench, MiniQMC, and SU3Bench. Is there a reason having O3 <https://reviews.llvm.org/owners/package/3/> is not desirable? It should only slightly increase the build times for LLVM, which is hardly worth slower execution times.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129344/new/
https://reviews.llvm.org/D129344
More information about the Openmp-commits
mailing list