[PATCH] D118534: [X86] Introduce more common modern tunings into `generic`
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 4 07:55:11 PST 2022
spatel added a comment.
In D118534#3296584 <https://reviews.llvm.org/D118534#3296584>, @spatel wrote:
> Correct. Also AFAIK, that tuning flag only comes into play when expanding a plain sqrt(X) operation, not a 1/sqrt(X) operation. But I agree that we can make that change independently for the zen models.
Proposed change for Zen here: D119001 <https://reviews.llvm.org/D119001>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118534/new/
https://reviews.llvm.org/D118534
More information about the llvm-commits
mailing list