[llvm] [IRBuilder] Fold binary intrinsics (PR #80743)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 11:38:29 PST 2024


nikic wrote:

It's not possible to use it in ConstantFolder, but you can use it in TargetFolder. We could try to move parts of it into IR, but I don't think that's worthwhile (it would be easier to switch SLP to use TargetFolder).

https://github.com/llvm/llvm-project/pull/80743


More information about the llvm-commits mailing list