[PATCH] D102171: [InstSimplify] Constant fold cast expressions with no already folded ops
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 08:33:34 PDT 2021
nikic added a comment.
This looks somewhat suspect to me. Why is it important that InstSimplify specifically handles this? For example, I would expect InstCombine to take care of this, as it does operand constant folding.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102171/new/
https://reviews.llvm.org/D102171
More information about the llvm-commits
mailing list