[llvm] [DAG] visitCLMUL - fold (clmul x, c_pow2) -> (shl x, log2(c_pow2)) (PR #184049)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 07:25:16 PST 2026
jayfoad wrote:
Shouldn't InstCombine be doing this at the IR level?
https://github.com/llvm/llvm-project/pull/184049
More information about the llvm-commits
mailing list