[llvm] [VPlan] Use InstSimplifyFolder in tryToConstantFold (PR #141222)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Fri May 23 03:55:42 PDT 2025
artagnon wrote:
> Can we drop some of the existing simplifications as a result?
No, unfortunately. Those matchers match VPValues, which are values in the VPlan overlay, while the constant-folder requires live-ins, or IR values (Value *).
https://github.com/llvm/llvm-project/pull/141222
More information about the llvm-commits
mailing list