[PATCH] D143856: [X86] Prioritize lowering V{4|16}F32 with blend.
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 12 14:13:45 PST 2023
goldstein.w.n created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
goldstein.w.n requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Blend is often fastest available instruction so it should be higher
priority for v4f32 and an option for v16f32.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143856
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/avx512-insert-extract.ll
llvm/test/CodeGen/X86/horizontal-sum.ll
llvm/test/CodeGen/X86/merge-consecutive-loads-512.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143856.496791.patch
Type: text/x-patch
Size: 5660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230212/c8e2f6f7/attachment.bin>
More information about the llvm-commits
mailing list