[llvm] InstSimplify: strip bad TODO (NFC) (PR #92754)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 08:25:48 PDT 2024


artagnon wrote:

Think about it. foldIdentityShuffles() requires two sets of canceling shuffles. If there are any intervening instructions, they are feeding in the result of the first set of shuffles. To eliminate the two sets of shuffles, you'd have to rewrite the head of the intervening instructions to feed in the operand of the first set of shuffles.

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


More information about the llvm-commits mailing list