[PATCH] D105730: [SLP] match logical and/or as reduction candidates

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 07:13:04 PDT 2021


spatel added a comment.

The partial vectorization poison-leak is hopefully fixed with:
81ce3aa30cc2 <https://reviews.llvm.org/rG81ce3aa30cc275bd7f2b51acf391ab69609ca211>
And I added more test coverage:
d9abb15774c5 <https://reviews.llvm.org/rGd9abb15774c5054b582cff434aedb9198abba294>
That includes a test where the reduction differs based on costs, and both variants passed Alive2 when I checked.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105730



More information about the llvm-commits mailing list