[llvm] [VPlan] Use InstSimplifyFolder in tryToConstantFold (PR #141222)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Sat May 24 05:07:09 PDT 2025
artagnon wrote:
On second thought, I'm slightly worried about the compile-time impact of this patch (although I haven't measured anything). I'm currently working on inheriting from InstSimplifyFolder, with no-recurse, which would work for this use-case as well as #141225. Marking as a draft until I complete that work.
https://github.com/llvm/llvm-project/pull/141222
More information about the llvm-commits
mailing list