[PATCH] D119111: [X86] Invert a vector select IR canonicalization with a binop identity constant
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 00:33:22 PST 2022
LuoYuanke created this revision.
Herald added subscribers: pengfei, hiraditya.
LuoYuanke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch follows https://reviews.llvm.org/D118644 to invert fmul and
fdiv in X86 backend when AVX512 is available.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119111
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/vector-bo-select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119111.406341.patch
Type: text/x-patch
Size: 8191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220207/85d14744/attachment.bin>
More information about the llvm-commits
mailing list