[llvm-branch-commits] [llvm] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences (PR #146054)

Pierre van Houtryve via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 30 00:02:46 PDT 2025


Pierre-vh wrote:

> Why DAG and not InstCombine for this?

The intrinsics we want to optimize with this aren't lowered yet at IC

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


More information about the llvm-branch-commits mailing list