[PATCH] D113748: [X86] combineX86ShufflesConstants - constant fold from target shuffles unless optsize = true
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 04:05:57 PST 2021
lebedev.ri added a comment.
I think this makes sense, the more computations we not-repeatedly-do at run-time, the better.
Is there any understanding of the bloat it was guarding against?
Any clues as to how much does this grow the constant pool?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113748/new/
https://reviews.llvm.org/D113748
More information about the llvm-commits
mailing list