[PATCH] D68198: [X86] Add a VBROADCAST_LOAD ISD opcode representing a scalar load broadcasted to a vector.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 08:38:22 PDT 2019
craig.topper added a comment.
In D68198#1689809 <https://reviews.llvm.org/D68198#1689809>, @RKSimon wrote:
> Out of interest will this help us with https://bugs.llvm.org/show_bug.cgi?id=36191 ?
Probably not directly. We just need to add the isel patterns. This patch would just make those patterns smaller. I think this patch already shrank the isel table by at least 5000 bytes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68198/new/
https://reviews.llvm.org/D68198
More information about the llvm-commits
mailing list