[PATCH] D115955: [SLP]Alternate vectorization for cmp instructions.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 12:20:18 PST 2022


jyknight added a comment.

In D115955#3308207 <https://reviews.llvm.org/D115955#3308207>, @ABataev wrote:

> It was reverted in 14, currently only in trunk.

That doesn't appear to be accurate -- the revert, https://github.com/llvm/llvm-project/commit/0c3d22a5926dd7d6fd28682683abd9d476f8e78b didn't make it into 14.x branch cut, while the initial change, https://github.com/llvm/llvm-project/commit/83620bd2ad867f706c699d0f2b8be10e43d9f3d7 did. There is no cherry-pick revert subsequently on the branch, either.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115955/new/

https://reviews.llvm.org/D115955



More information about the llvm-commits mailing list