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

Steven Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 11:39:38 PST 2022


srj added a comment.

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

> I committed a fixed version of the patch, could you try your repro with the updated compiler?

It still fails.

LLVM built with commit 287ce6b51675aee43870bebfff68bb144d1ab90e <https://reviews.llvm.org/rG287ce6b51675aee43870bebfff68bb144d1ab90e> succeeds, but built with commit 842a2360a84692f2e4c37cc3e652640e6627d004 <https://reviews.llvm.org/rG842a2360a84692f2e4c37cc3e652640e6627d004> (your updated commit) still fails with the same symptom ("16384 > 2147483647").

(I haven't re-run my tests from earlier today with these new commits to see how the IR differs.)


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