[PATCH] D85946: [InstSimplify] Inline vector constants from vector instructions
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 15:22:47 PDT 2020
efriedma added a comment.
Many Simplify* operations (at least, all the ones that call foldOrCommuteConstant) will return a constant expression if possible. I think it would make sense to extend that behavior to all of them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85946/new/
https://reviews.llvm.org/D85946
More information about the llvm-commits
mailing list