[llvm] InstSimplify: lookthru casts, binops in folding shuffles (PR #92668)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 07:17:15 PDT 2024


nikic wrote:

@artagnon See https://llvm.org/docs/InstCombineContributorGuide.html#pick-the-correct-optimization-pass for basic guidance on which pass to put things. Putting this in InstCombine may be fine -- but if VectorCombine support is already on the way, no point in doing that.

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


More information about the llvm-commits mailing list