[PATCH] D41895: [X86] Another attempt at support prefer-vector-width function attribute
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 5 06:57:56 PDT 2022
gchatelet added a comment.
Herald added subscribers: StephenFan, pengfei.
Herald added projects: LLVM, All.
@craig.topper
LLVM currently prefers 256-bit operations even on recent Intel processors.
https://godbolt.org/z/dffKPxo53
Is there a reason why there are no `TuningPrefer512Bit` yet (source <https://github.com/llvm/llvm-project/blob/60c6e9649de8ce9e6818b2d92f1d45ba6da49ca8/llvm/lib/Target/X86/X86.td#L559>). Should it be added?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D41895/new/
https://reviews.llvm.org/D41895
More information about the llvm-commits
mailing list